Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
nstogner committed Aug 2, 2023
1 parent f1fc265 commit 3a4d2fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/gcpmanager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ kind: Kustomization
images:
- name: gcp-manager
newName: docker.io/substratusai/gcp-manager
newTag: v0.7.0-alpha
newTag: v0.8.0
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Kustomization
images:
- name: controller
newName: docker.io/substratusai/controller-manager
newTag: v0.7.0-alpha
newTag: v0.8.0
- name: gcp-manager
newName: docker.io/substratusai/gcp-manager
newTag: v0.6.5-alpha
4 changes: 2 additions & 2 deletions install/kubernetes/system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1587,7 +1587,7 @@ spec:
envFrom:
- configMapRef:
name: system
image: docker.io/substratusai/controller-manager:v0.7.0-alpha
image: docker.io/substratusai/controller-manager:v0.8.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1634,7 +1634,7 @@ spec:
app: gcp-manager
spec:
containers:
- image: docker.io/substratusai/gcp-manager:v0.7.0-alpha
- image: docker.io/substratusai/gcp-manager:v0.8.0
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down

0 comments on commit 3a4d2fe

Please sign in to comment.