Skip to content

Commit

Permalink
chore: 🔧 Use bitnami scylladb image
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Salmeron Garcia <[email protected]>
  • Loading branch information
javsalgar committed May 22, 2024
1 parent abe698e commit 9d20770
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions bitnami/scylladb/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.2
digest: sha256:e670e1075bfafffe040fae1158f1fa1f592585f394b48704ba137d2d083b1571
generated: "2024-05-07T22:35:13.438762903Z"
version: 2.19.3
digest: sha256:de997835d9ce9a9deefc2d70d8c62b11aa1d1a76ece9e86a83736ab9f930bf4d
generated: "2024-05-22T11:51:14.809510908+02:00"
3 changes: 2 additions & 1 deletion bitnami/scylladb/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,5 @@ To connect to your database from outside the cluster execute the following comma
{{- include "common.warnings.rollingTag" .Values.volumePermissions.image }}
{{- include "scylladb.validateValues" . }}
{{- include "common.warnings.resources" (dict "sections" (list "metrics" "" "tls" "jmxProxy" "volumePermissions") "context" $) }}
{{- include "scylladb.warnings.jvm" . }}
{{- include "scylladb.warnings.jvm" . }}
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.volumePermissions.image .Values.sysctl.image) "context" $) }}
5 changes: 2 additions & 3 deletions bitnami/scylladb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,8 @@ diagnosticMode:
##
image:
registry: docker.io
# TODO: Change the image once it is published
repository: javsalgar/scylla-test
tag: 11
repository: bitnami/scylladb
tag: 5.4.6-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down

0 comments on commit 9d20770

Please sign in to comment.