Skip to content

Commit

Permalink
feat: utilize Scarf Gateway endpoint for RisingWave image and operato…
Browse files Browse the repository at this point in the history
…r helm charts (#89)

* Update RisingWave container image endpoint

* Update RisingWave operator
  • Loading branch information
arjundevarajan authored May 24, 2024
1 parent ed14113 commit f85f9c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/risingwave-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ serviceAccount:
## @param image.digest Image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
##
image:
registry: ghcr.io
registry: risingwave.docker.scarf.sh
repository: risingwavelabs/risingwave-operator
tag: v0.7.0
digest: ""
Expand Down
2 changes: 1 addition & 1 deletion charts/risingwave/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ diagnosticMode:
## @param image.digest RisingWave image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag
##
image:
registry:
registry: risingwave.docker.scarf.sh
repository: risingwavelabs/risingwave
tag: "v1.8.2"
digest: ""
Expand Down

0 comments on commit f85f9c4

Please sign in to comment.