Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion choose-native-plants/ConfigMap/app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: choose-native-plants
app.kubernetes.io/version: 2.0.6
helm.sh/chart: choose-native-plants-2.0.6
helm.sh/chart: choose-native-plants-2.0.7
name: app-config
namespace: choose-native-plants
12 changes: 10 additions & 2 deletions choose-native-plants/Deployment/choose-native-plants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: choose-native-plants
app.kubernetes.io/version: 2.0.6
helm.sh/chart: choose-native-plants-2.0.6
helm.sh/chart: choose-native-plants-2.0.7
name: choose-native-plants
namespace: choose-native-plants
spec:
Expand Down Expand Up @@ -174,7 +174,15 @@ spec:
- configMapRef:
name: app-config
optional: true
image: 'ghcr.io/codeforphilly/pa-wildflower-selector/app:2.0.6'
- secretRef:
name: app
- secretRef:
name: mongo
- secretRef:
name: pac-api
- secretRef:
name: linode-storage
image: 'ghcr.io/codeforphilly/pa-wildflower-selector/app:2.0.7'
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down
2 changes: 1 addition & 1 deletion choose-native-plants/Ingress/choose-native-plants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: choose-native-plants
app.kubernetes.io/version: 2.0.6
helm.sh/chart: choose-native-plants-2.0.6
helm.sh/chart: choose-native-plants-2.0.7
name: choose-native-plants
namespace: choose-native-plants
spec:
Expand Down
2 changes: 1 addition & 1 deletion choose-native-plants/Service/choose-native-plants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: choose-native-plants
app.kubernetes.io/version: 2.0.6
helm.sh/chart: choose-native-plants-2.0.6
helm.sh/chart: choose-native-plants-2.0.7
name: choose-native-plants
namespace: choose-native-plants
spec:
Expand Down