File tree Expand file tree Collapse file tree 6 files changed +38
-10
lines changed
Expand file tree Collapse file tree 6 files changed +38
-10
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
77 app.kubernetes.io/instance : choose-native-plants
88 app.kubernetes.io/managed-by : Helm
99 app.kubernetes.io/name : choose-native-plants
10- app.kubernetes.io/version : 0.1.0
11- helm.sh/chart : choose-native-plants-0.1.0
10+ app.kubernetes.io/version : 2.0.4
11+ helm.sh/chart : choose-native-plants-2.0.4
1212 name : app-config
1313 namespace : choose-native-plants
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ metadata:
55 app.kubernetes.io/instance : choose-native-plants
66 app.kubernetes.io/managed-by : Helm
77 app.kubernetes.io/name : choose-native-plants
8- app.kubernetes.io/version : 0.1.0
9- helm.sh/chart : choose-native-plants-0.1.0
8+ app.kubernetes.io/version : 2.0.4
9+ helm.sh/chart : choose-native-plants-2.0.4
1010 name : choose-native-plants
1111 namespace : choose-native-plants
1212spec :
@@ -216,7 +216,7 @@ spec:
216216 - configMapRef :
217217 name : app-config
218218 optional : true
219- image : ' ghcr.io/codeforphilly/pa-wildflower-selector/app:2.0.3 '
219+ image : ' ghcr.io/codeforphilly/pa-wildflower-selector/app:2.0.4 '
220220 imagePullPolicy : Always
221221 livenessProbe :
222222 failureThreshold : 3
@@ -244,7 +244,7 @@ spec:
244244 volumes :
245245 - name : choose-native-plants-app-images
246246 persistentVolumeClaim :
247- claimName : choose-native-plants-app-images-v2
247+ claimName : choose-native-plants-app-images
248248 - name : choose-native-plants-mongo-data
249249 persistentVolumeClaim :
250250 claimName : choose-native-plants-mongo-data
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ metadata:
88 app.kubernetes.io/instance : choose-native-plants
99 app.kubernetes.io/managed-by : Helm
1010 app.kubernetes.io/name : choose-native-plants
11- app.kubernetes.io/version : 0.1.0
12- helm.sh/chart : choose-native-plants-0.1.0
11+ app.kubernetes.io/version : 2.0.4
12+ helm.sh/chart : choose-native-plants-2.0.4
1313 name : choose-native-plants
1414 namespace : choose-native-plants
1515spec :
Original file line number Diff line number Diff line change 1+ apiVersion : v1
2+ kind : PersistentVolumeClaim
3+ metadata :
4+ labels :
5+ app.kubernetes.io/instance : choose-native-plants
6+ app.kubernetes.io/name : choose-native-plants
7+ name : choose-native-plants-app-images
8+ namespace : choose-native-plants
9+ spec :
10+ accessModes :
11+ - ReadWriteOnce
12+ resources :
13+ requests :
14+ storage : 5Gi
Original file line number Diff line number Diff line change 1+ apiVersion : v1
2+ kind : PersistentVolumeClaim
3+ metadata :
4+ labels :
5+ app.kubernetes.io/instance : choose-native-plants
6+ app.kubernetes.io/name : choose-native-plants
7+ name : choose-native-plants-mongo-data
8+ namespace : choose-native-plants
9+ spec :
10+ accessModes :
11+ - ReadWriteOnce
12+ resources :
13+ requests :
14+ storage : 5Gi
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ metadata:
55 app.kubernetes.io/instance : choose-native-plants
66 app.kubernetes.io/managed-by : Helm
77 app.kubernetes.io/name : choose-native-plants
8- app.kubernetes.io/version : 0.1.0
9- helm.sh/chart : choose-native-plants-0.1.0
8+ app.kubernetes.io/version : 2.0.4
9+ helm.sh/chart : choose-native-plants-2.0.4
1010 name : choose-native-plants
1111 namespace : choose-native-plants
1212spec :
You can’t perform that action at this time.
0 commit comments