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

Commit

Permalink
release v0.6.4-alpha (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 authored Jul 22, 2023
1 parent 7263638 commit c617681
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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
IMG ?= docker.io/substratusai/controller-manager:v0.6.3-alpha
IMG ?= docker.io/substratusai/controller-manager:v0.6.4-alpha
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
ENVTEST_K8S_VERSION = 1.26.1

Expand Down
8 changes: 4 additions & 4 deletions config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
resources:
- manager.yaml
- manager.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: docker.io/substratusai/controller-manager
newTag: v0.6.3-alpha
- name: controller
newName: docker.io/substratusai/controller-manager
newTag: v0.6.4-alpha
2 changes: 1 addition & 1 deletion install/kubernetes/system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1421,7 +1421,7 @@ spec:
envFrom:
- configMapRef:
name: system
image: docker.io/substratusai/controller-manager:v0.6.3-alpha
image: docker.io/substratusai/controller-manager:v0.6.4-alpha
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit c617681

Please sign in to comment.