Skip to content

Commit

Permalink
Updating spark image repo to GHCR instead of docker.io (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
averma-canonical authored Mar 28, 2023
1 parent 3396033 commit a729c4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ resources:
spark-history-server-image:
type: oci-image
description: OCI image for Spark History Server
upstream-source: dataplatformoci/spark:3.3.2
upstream-source: ghcr.io/canonical/charmed-spark:3.3.2-22.04_edge

requires:
s3-credentials:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ commands =
/bin/bash -ec "juju destroy-model {[vars]application} --force --destroy-storage --no-wait"
/bin/bash -ec "juju add-model {[vars]application}"
/bin/bash -ec "charmcraft pack"
/bin/bash -ec "juju deploy ./*.charm --resource spark-history-server-image=dataplatformoci/spark:3.3.2"
/bin/bash -ec "juju deploy ./*.charm --resource spark-history-server-image=ghcr.io/canonical/charmed-spark:3.3.2-22.04_edge"

[testenv:format]
description = Apply coding style standards to code
Expand Down

0 comments on commit a729c4c

Please sign in to comment.