Skip to content

Commit

Permalink
release v0.8.1 (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Aug 8, 2023
1 parent 930fef3 commit cce660b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Image URL to use all building/pushing image targets
VERSION ?= v0.8.0
VERSION ?= v0.8.1
IMG ?= docker.io/substratusai/controller-manager:${VERSION}
IMG_GCPMANAGER ?= docker.io/substratusai/gcp-manager:${VERSION}

Expand Down
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.8.0
newTag: v0.8.1
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.8.0
newTag: v0.8.1
- 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.8.0
image: docker.io/substratusai/controller-manager:v0.8.1
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.8.0
- image: docker.io/substratusai/gcp-manager:v0.8.1
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down

0 comments on commit cce660b

Please sign in to comment.