Skip to content

Commit

Permalink
[helm] Remove default cockroach image value to force user to set it m…
Browse files Browse the repository at this point in the history
…anually (#1076)
  • Loading branch information
barroco authored Aug 29, 2024
1 parent 06a9756 commit 7db5d3a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions deploy/services/helm-charts/dss/values.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ dss:

cockroachdb:
# See https://github.com/cockroachdb/helm-charts/blob/master/cockroachdb/values.yaml
image:
tag: v21.2.7
fullnameOverride: dss-cockroachdb
conf:
join: []
Expand Down
8 changes: 6 additions & 2 deletions deploy/services/helm-charts/dss/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@
"type": "string"
},
"tag": {
"type": "string"
"type": "string",
"description": "Version tag of the CockroachDB image. Until DSS v0.16, the recommended CockroachDB version is `v21.2.7`. From DSS v0.17, the recommended CockroachDB version is `v24.1.3`."
}
}
},
"required": [
"tag"
]
},
"fullnameOverride": {
"description": "Name of the internal statefulset",
Expand Down
1 change: 0 additions & 1 deletion deploy/services/helm-charts/dss/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ cockroachdb:
# See https://github.com/cockroachdb/helm-charts/blob/master/cockroachdb/values.yaml
image:
repository: cockroachdb/cockroach
tag: v21.2.7
tls:
certs:
provided: true
Expand Down

0 comments on commit 7db5d3a

Please sign in to comment.