Skip to content

Commit 2c68ebd

Browse files
☀ projected k8s-manifests-github from 467733a
Source-holobranch: k8s-manifests-github Source-commit: 467733a Source: 467733a
2 parents 85d8325 + 467733a commit 2c68ebd

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

choose-native-plants/ConfigMap/app-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ metadata:
88
app.kubernetes.io/managed-by: Helm
99
app.kubernetes.io/name: choose-native-plants
1010
app.kubernetes.io/version: 2.0.6
11-
helm.sh/chart: choose-native-plants-2.0.6
11+
helm.sh/chart: choose-native-plants-2.0.7
1212
name: app-config
1313
namespace: choose-native-plants

choose-native-plants/Deployment/choose-native-plants.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
app.kubernetes.io/managed-by: Helm
77
app.kubernetes.io/name: choose-native-plants
88
app.kubernetes.io/version: 2.0.6
9-
helm.sh/chart: choose-native-plants-2.0.6
9+
helm.sh/chart: choose-native-plants-2.0.7
1010
name: choose-native-plants
1111
namespace: choose-native-plants
1212
spec:
@@ -174,7 +174,15 @@ spec:
174174
- configMapRef:
175175
name: app-config
176176
optional: true
177-
image: 'ghcr.io/codeforphilly/pa-wildflower-selector/app:2.0.6'
177+
- secretRef:
178+
name: app
179+
- secretRef:
180+
name: mongo
181+
- secretRef:
182+
name: pac-api
183+
- secretRef:
184+
name: linode-storage
185+
image: 'ghcr.io/codeforphilly/pa-wildflower-selector/app:2.0.7'
178186
imagePullPolicy: Always
179187
livenessProbe:
180188
failureThreshold: 3

choose-native-plants/Ingress/choose-native-plants.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
app.kubernetes.io/managed-by: Helm
1010
app.kubernetes.io/name: choose-native-plants
1111
app.kubernetes.io/version: 2.0.6
12-
helm.sh/chart: choose-native-plants-2.0.6
12+
helm.sh/chart: choose-native-plants-2.0.7
1313
name: choose-native-plants
1414
namespace: choose-native-plants
1515
spec:

choose-native-plants/Service/choose-native-plants.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
app.kubernetes.io/managed-by: Helm
77
app.kubernetes.io/name: choose-native-plants
88
app.kubernetes.io/version: 2.0.6
9-
helm.sh/chart: choose-native-plants-2.0.6
9+
helm.sh/chart: choose-native-plants-2.0.7
1010
name: choose-native-plants
1111
namespace: choose-native-plants
1212
spec:

0 commit comments

Comments
 (0)