Skip to content

Commit

Permalink
chore(t8s-cluster): cleanup random stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau committed Jul 16, 2024
1 parent f69ecb6 commit 4187f8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
12 changes: 1 addition & 11 deletions charts/t8s-cluster/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,7 @@
},
"etcd": {
"type": "object",
"description": "Image with `kubectl` binary",
"properties": {
"image": {
"$ref": "#/$defs/image"
}
},
"additionalProperties": false
},
"semver": {
"type": "object",
"description": "Image with `semver` binary",
"description": "Image with `etcdctl` binary",
"properties": {
"image": {
"$ref": "#/$defs/image"
Expand Down
5 changes: 0 additions & 5 deletions charts/t8s-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ global:
registry: docker.io
repository: bitnami/kubectl
tag: 1.29.6@sha256:4b4b33a40764b0dc1243b6f4fc6f62dd877cd632d49131fff8df3744602a3ec0
semver:
image:
registry: docker.io
repository: alpine/semver
tag: 7.5.4
injectedCertificateAuthorities: ""
kubeletExtraConfig:
# This is only used when using 1.27 or later
Expand Down

0 comments on commit 4187f8d

Please sign in to comment.