Skip to content

Deploy releases/k8s-manifests 6ee4e22 #104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 27, 2025
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