Skip to content

Commit

Permalink
Force pgcluster chart release v2 (#144)
Browse files Browse the repository at this point in the history
* try to force again
  • Loading branch information
ranchodeluxe committed Sep 9, 2024
1 parent 9cf5de9 commit 3145165
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions helm-chart/eoapi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ kubeVersion: ">=1.23.0-0"
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "0.4.11"
version: "0.4.12"

# This is the version number of the application being deployed. This version number should be
# 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: "0.3.17"
appVersion: "0.3.18"

#dependencies:
# - name: postgrescluster
Expand Down
6 changes: 2 additions & 4 deletions helm-chart/postgrescluster/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
apiVersion: v2
name: postgrescluster
description: A Helm chart for Kubernetes
description: A Helm chart for eoapi database dep for k8s
type: application
# The version below should match the version on the PostgresCluster CRD
version: 5.5.2
appVersion: 5.5.2
# just a stupid yaml toggle to force
# GH action chart-releaser to know there were changes in the PR and release this
force: true
force: true

0 comments on commit 3145165

Please sign in to comment.