Skip to content

Commit 237985d

Browse files
adjust plugin yaml
1 parent 684e555 commit 237985d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

v1/plugin.yaml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 1 deletion
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)