Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump image to new RC #134

Merged
merged 2 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/prometheus-federator/0.4.5-rc.1/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ annotations:
catalog.cattle.io/provides-gvr: helm.cattle.io.projecthelmchart/v1alpha1
catalog.cattle.io/release-name: prometheus-federator
apiVersion: v2
appVersion: v0.4.3
appVersion: v0.4.4-rc.1
dependencies:
- name: helmProjectOperator
repository: file://./charts/helmProjectOperator
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus-federator/0.4.5-rc.1/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ helmProjectOperator:
image:
registry: ''
repository: rancher/prometheus-federator
tag: v0.4.3
tag: v0.4.4-rc.1
pullPolicy: IfNotPresent

# Additional arguments to be passed into the Prometheus Federator image
Expand Down
6 changes: 3 additions & 3 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ entries:
catalog.cattle.io/provides-gvr: helm.cattle.io.projecthelmchart/v1alpha1
catalog.cattle.io/release-name: prometheus-federator
apiVersion: v2
appVersion: v0.4.3
created: "2024-12-12T16:12:04.315855-05:00"
appVersion: v0.4.4-rc.1
created: "2024-12-13T09:10:34.193468-05:00"
dependencies:
- name: helmProjectOperator
repository: file://./charts/helmProjectOperator
version: 0.3.2
description: Prometheus Federator
digest: 2b698b5403b17b515e24c232e778330be8c041f6a7a925215aceb959cf58a8f3
digest: 8d60936611bb5e3358a5e5152680512f8f0fe235d9683fb31c85e8104554bf6c
icon: https://raw.githubusercontent.com/rancher/prometheus-federator/main/assets/logos/prometheus-federator.svg
name: prometheus-federator
urls:
Expand Down
2 changes: 1 addition & 1 deletion packages/prometheus-federator/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ annotations:
catalog.cattle.io/provides-gvr: helm.cattle.io.projecthelmchart/v1alpha1
catalog.cattle.io/release-name: prometheus-federator
apiVersion: v2
appVersion: v0.4.3
appVersion: v0.4.4-rc.1
dependencies:
- name: helmProjectOperator
repository: file://./charts/helmProjectOperator
Expand Down
2 changes: 1 addition & 1 deletion packages/prometheus-federator/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ helmProjectOperator:
image:
registry: ''
repository: rancher/prometheus-federator
tag: v0.4.3
tag: v0.4.4-rc.1
pullPolicy: IfNotPresent

# Additional arguments to be passed into the Prometheus Federator image
Expand Down
Loading