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

Commit

Permalink
update operator image version for release 1.1 (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian555 authored Jul 1, 2020
1 parent b0134ed commit 3e61b81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/manager/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (

// Kubeflow operator version
var (
Version string = "1.0.0"
Version string = "1.1"
)

// Change below variables to serve metrics on different host or port.
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
containers:
- name: kubeflow-operator
# Replace this with the built image name
image: aipipeline/kubeflow-operator:v1.0.0
image: aipipeline/kubeflow-operator:v1.1
command:
- kfctl
imagePullPolicy: Always
Expand Down

0 comments on commit 3e61b81

Please sign in to comment.