Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
chore: bump redis image version to get arm64 builds (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
lostbean authored Sep 6, 2024
1 parent a299cdf commit 84a8211
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/voting-app/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
azure-vote-back:
image: bitnami/redis:6.0.8
image: bitnami/redis:6.2
container_name: redis-prod
environment:
ALLOW_EMPTY_PASSWORD: "yes"
Expand Down
4 changes: 2 additions & 2 deletions examples/voting-app/k8s-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
spec:
containers:
- name: redis-prod
image: bitnami/redis:6.0.8
image: bitnami/redis:6.2
env:
- name: ALLOW_EMPTY_PASSWORD
value: "yes"
Expand Down Expand Up @@ -142,6 +142,6 @@ metadata:
spec:
type: LoadBalancer
ports:
- port: 80
- port: 80
selector:
app: voting-app-ui
5 changes: 3 additions & 2 deletions kardinal-cli/deployment/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package deployment
import (
"bytes"
"context"
"kardinal.cli/kontrol"
"text/template"

"kardinal.cli/kontrol"

"github.com/kurtosis-tech/stacktrace"
"kardinal.cli/consts"
)
Expand Down Expand Up @@ -169,7 +170,7 @@ spec:
serviceAccountName: kardinal-manager
containers:
- name: redis
image: bitnami/redis:6.0.8
image: bitnami/redis:6.2
ports:
- containerPort: 6379
env:
Expand Down

0 comments on commit 84a8211

Please sign in to comment.