Skip to content

Commit 4b08096

Browse files
patch: adjust plugin.yaml to correct image repository (#4)
1 parent 684e555 commit 4b08096

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

v1/plugin.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# with the other vcluster values during vcluster create or helm install.
33
plugin:
44
prometheus-operator-resources:
5-
image: ilmedcodefreh/vcluster-prom-operator-plugin:v1-v0.1.0
5+
image: ghcr.io/codefresh-contrib/vcluster-prometheus-operator-plugin:v1-main
66
imagePullPolicy: IfNotPresent
77
rbac:
88
role:

v2/plugin.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# with the other vcluster values during vcluster create or helm install.
33
plugins:
44
prometheus-operator-resources:
5-
image: ilmedcodefreh/vcluster-prom-operator-plugin:v2-v0.1.0
5+
# Use release tag instead of main for stable revision - for example v2-v0.1.0
6+
image: ghcr.io/codefresh-contrib/vcluster-prometheus-operator-plugin:v2-main
67
imagePullPolicy: IfNotPresent
78
rbac:
89
role:

0 commit comments

Comments
 (0)