Skip to content

Commit

Permalink
release v0.9.1 (#230)
Browse files Browse the repository at this point in the history
needed for kubectl notebook fixes
  • Loading branch information
samos123 committed Sep 3, 2023
1 parent 28e77fd commit ff9af6d
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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.9.0
VERSION ?= v0.9.1
IMG ?= docker.io/substratusai/controller-manager:${VERSION}
IMG_SCI_KIND ?= docker.io/substratusai/sci-kind:${VERSION}
IMG_SCI_GCP ?= docker.io/substratusai/sci-gcp:${VERSION}
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: docker.io/substratusai/controller-manager
newTag: v0.9.0
newTag: v0.9.1
2 changes: 1 addition & 1 deletion config/sci-gcp/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: sci
newName: docker.io/substratusai/sci-gcp
newTag: v0.9.0
newTag: v0.9.1
2 changes: 1 addition & 1 deletion config/sci-kind/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ kind: Kustomization
images:
- name: sci
newName: docker.io/substratusai/sci-kind
newTag: v0.9.0
newTag: v0.9.1
4 changes: 2 additions & 2 deletions install/gcp/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1575,7 +1575,7 @@ spec:
envFrom:
- configMapRef:
name: system
image: docker.io/substratusai/controller-manager:v0.9.0
image: docker.io/substratusai/controller-manager:v0.9.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1625,7 +1625,7 @@ spec:
- envFrom:
- configMapRef:
name: system
image: docker.io/substratusai/sci-gcp:v0.9.0
image: docker.io/substratusai/sci-gcp:v0.9.1
livenessProbe:
failureThreshold: 3
initialDelaySeconds: 15
Expand Down
4 changes: 2 additions & 2 deletions install/kind/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1640,7 +1640,7 @@ spec:
envFrom:
- configMapRef:
name: system
image: docker.io/substratusai/controller-manager:v0.9.0
image: docker.io/substratusai/controller-manager:v0.9.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1719,7 +1719,7 @@ spec:
- envFrom:
- configMapRef:
name: system
image: docker.io/substratusai/sci-kind:v0.9.0
image: docker.io/substratusai/sci-kind:v0.9.1
livenessProbe:
failureThreshold: 3
initialDelaySeconds: 15
Expand Down
2 changes: 1 addition & 1 deletion install/kubectl-plugins.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -xe

version=v0.9.0
version=v0.9.1
os=$(uname -s)
arch=$(uname -m | sed 's/aarch64/arm64/g' | sed 's/x86_64/amd64/g')

Expand Down

0 comments on commit ff9af6d

Please sign in to comment.