Skip to content

Commit

Permalink
plugin: update uffizzi plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
waveywaves committed Aug 14, 2023
1 parent 6e48bd3 commit 5776b8a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include tests/e2e/Makefile

VERSION ?= 0.2.4
VERSION ?= 0.2.5

# CHANNELS define the bundle channels used in the bundle.
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
Expand Down
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version: 0.2.3
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.2.4"
appVersion: "v0.2.5"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

image:
repository: docker.io/uffizzi/uffizzi-cluster-operator
tag: v0.2.4
tag: v0.2.5

# `flux` dependency values
flux:
Expand Down
2 changes: 1 addition & 1 deletion controllers/uffizzicluster_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ func (r *UffizziClusterReconciler) upsertVClusterHelmRelease(update bool, ctx co
},
Plugin: VClusterPlugins{
VClusterPlugin{
Image: "uffizzi/ucluster-sync-plugin:v0.2.1",
Image: "uffizzi/ucluster-sync-plugin:v0.2.2",
ImagePullPolicy: "IfNotPresent",
Rbac: VClusterRbac{
Role: VClusterRbacRole{
Expand Down

0 comments on commit 5776b8a

Please sign in to comment.