Skip to content

Commit

Permalink
Release 1.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
git-hyagi committed Mar 11, 2024
1 parent 714815c commit 6ebceee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion helm-charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.0.0-beta.3"
appVersion: "1.0.0-beta.4"
10 changes: 5 additions & 5 deletions helm-charts/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apiVersion: v1
entries:
pulp-operator:
- apiVersion: v2
appVersion: 1.0.0-beta.3
created: "2023-12-21T07:43:06.332374451-03:00"
appVersion: 1.0.0-beta.4
created: "2024-03-11T07:45:53.601185426-03:00"
description: A Helm chart to install pulp-operator
digest: 83069efe3856fee781e691779feb2d205448121e1d250e1873a55fee1d689b22
digest: b9d00aacda2f2eab4dcce84a7d8d7b83e254f1051a27126d36573b1618217b31
name: pulp-operator
type: application
urls:
- https://github.com/pulp/pulp-k8s-resources/releases/download/1.0.1-beta.3/pulp-operator-0.1.0.tgz
- https://github.com/pulp/pulp-k8s-resources/releases/download/1.0.0-beta.4/pulp-operator-0.1.0.tgz
version: 0.1.0
generated: "2023-12-21T07:43:06.330092261-03:00"
generated: "2024-03-11T07:45:53.596420694-03:00"
2 changes: 1 addition & 1 deletion helm-charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.

# Might want to be moved to under `.operator`, but left for backwards compatibility.
image: quay.io/pulp/pulp-operator:v1.0.0-beta.3
image: quay.io/pulp/pulp-operator:v1.0.0-beta.4
namespace: pulp

podSecurityContext:
Expand Down

0 comments on commit 6ebceee

Please sign in to comment.