We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 684e555 commit 4b08096Copy full SHA for 4b08096
v1/plugin.yaml
@@ -2,7 +2,7 @@
2
# with the other vcluster values during vcluster create or helm install.
3
plugin:
4
prometheus-operator-resources:
5
- image: ilmedcodefreh/vcluster-prom-operator-plugin:v1-v0.1.0
+ image: ghcr.io/codefresh-contrib/vcluster-prometheus-operator-plugin:v1-main
6
imagePullPolicy: IfNotPresent
7
rbac:
8
role:
v2/plugin.yaml
@@ -2,7 +2,8 @@
plugins:
- image: ilmedcodefreh/vcluster-prom-operator-plugin:v2-v0.1.0
+ # Use release tag instead of main for stable revision - for example v2-v0.1.0
+ image: ghcr.io/codefresh-contrib/vcluster-prometheus-operator-plugin:v2-main
9
0 commit comments