Skip to content

Commit

Permalink
Merge pull request #1269 from christianhuth/renovate/etcd-defrag-bitn…
Browse files Browse the repository at this point in the history
…ami-etcd-3.x

chore(deps): update bitnami/etcd docker tag to v3.5.18
  • Loading branch information
christianhuth authored Jan 30, 2025
2 parents b8f8018 + 4ec874f commit 8168748
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions charts/etcd-defrag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# etcd-defrag

## 1.2.2
## 1.2.3

### Added
### Changed

- Changelog
- App version to 3.5.18
8 changes: 4 additions & 4 deletions charts/etcd-defrag/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: etcd-defrag
description: A Helm chart for running a defragmentation CronJob for ETCD
type: application
version: 1.2.2
appVersion: "3.5.17"
version: 1.2.3
appVersion: "3.5.18"
home: https://github.com/christianhuth/helm-charts
icon: https://cdn.worldvectorlogo.com/logos/etcd-1.svg
maintainers:
Expand All @@ -14,8 +14,8 @@ sources:
- https://etcd.io
annotations:
artifacthub.io/changes: |
- kind: added
description: Changelog
- kind: changed
description: App version to 3.5.18
artifacthub.io/signKey: |
fingerprint: EE24F8BB6D099E78FD704F83B5ECDBCDDD485D0E
url: https://charts.christianhuth.de/public.key
2 changes: 1 addition & 1 deletion charts/etcd-defrag/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ The command removes all the Kubernetes components associated with the chart and
| hostNetwork | bool | `false` | specify if the CronJob should run on the hostNetwork |
| image.pullPolicy | string | `"Always"` | image pull policy |
| image.repository | string | `"bitnami/etcd"` | image repository |
| image.tag | string | `"3.5.17"` | Overrides the image tag |
| image.tag | string | `"3.5.18"` | Overrides the image tag |
| imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository. |
| nameOverride | string | `""` | Provide a name in place of `etcd-defrag` |
| nodeSelector | object | `{"node-role.kubernetes.io/control-plane":""}` | Node labels for pod assignment |
Expand Down
2 changes: 1 addition & 1 deletion charts/etcd-defrag/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@
"type": "string"
},
"tag": {
"default": "3.5.17",
"default": "3.5.18",
"description": "Overrides the image tag",
"required": [],
"title": "tag",
Expand Down
2 changes: 1 addition & 1 deletion charts/etcd-defrag/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ image:
# -- image pull policy
pullPolicy: Always
# -- Overrides the image tag
tag: "3.5.17"
tag: "3.5.18"

# -- If defined, uses a Secret to pull an image from a private Docker registry or repository.
imagePullSecrets: []
Expand Down

0 comments on commit 8168748

Please sign in to comment.