Skip to content

Commit

Permalink
use specific tags for dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Dec 14, 2023
1 parent f30c969 commit da8b1e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions kustomize/overlays/kotsstore/minio/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ spec:
name: minio
- name: MINIO_BROWSER
value: "on"
image: kotsadm/minio:alpha
imagePullPolicy: Always
image: kotsadm/minio:0.20231101.183725
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions migrations/kustomize/overlays/dev/rqlite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ spec:
spec:
containers:
- name: rqlite
image: kotsadm/rqlite:alpha
imagePullPolicy: Always
image: kotsadm/rqlite:7.21.4
imagePullPolicy: IfNotPresent
args:
- -disco-mode=dns
- -disco-config={"name":"kotsadm-rqlite-headless"}
Expand Down
4 changes: 2 additions & 2 deletions migrations/kustomize/overlays/okteto/rqlite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ spec:
spec:
containers:
- name: rqlite
image: kotsadm/rqlite:alpha
imagePullPolicy: Always
image: kotsadm/rqlite:7.21.4
imagePullPolicy: IfNotPresent
args:
- -disco-mode=dns
- -disco-config={"name":"kotsadm-rqlite-headless"}
Expand Down

0 comments on commit da8b1e4

Please sign in to comment.