Skip to content

Commit

Permalink
adjust plugin yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia-medvedev-codefresh committed Jul 2, 2024
1 parent 684e555 commit 237985d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v1/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# with the other vcluster values during vcluster create or helm install.
plugin:
prometheus-operator-resources:
image: ilmedcodefreh/vcluster-prom-operator-plugin:v1-v0.1.0
image: ghcr.io/codefresh-contrib/vcluster-prometheus-operator-plugin:v1-main
imagePullPolicy: IfNotPresent
rbac:
role:
Expand Down
3 changes: 2 additions & 1 deletion v2/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# with the other vcluster values during vcluster create or helm install.
plugins:
prometheus-operator-resources:
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
imagePullPolicy: IfNotPresent
rbac:
role:
Expand Down

0 comments on commit 237985d

Please sign in to comment.