We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b990818 commit 5151987Copy full SHA for 5151987
charts/etcd/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
2
name: etcd
3
description: ETCD distributed storage
4
type: application
5
-version: 0.5.0
6
-appVersion: 3.5.4
+version: 0.6.0
+appVersion: 3.5.5
7
maintainers:
8
- name: scDisorder
9
email: [email protected]
charts/etcd/values.yaml
@@ -9,7 +9,7 @@ image:
repository: gcr.io/etcd-development/etcd
10
pullPolicy: IfNotPresent
11
# Overrides the image tag whose default is the chart appVersion.
12
- tag: "v3.5.4"
+ tag: "v3.5.5"
13
14
imagePullSecrets: []
15
nameOverride: ""
0 commit comments