Skip to content

Commit a0ea628

Browse files
committed
Update GitOps config
1 parent df3e5a7 commit a0ea628

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
registry-server: ghcr.io
1919
registry-username: ${{ github.actor }}
2020
image: ${{ github.repository }}
21-
version: 0.15.0
21+
version: 0.15.1
2222
secrets:
2323
pull-request-token: ${{ secrets.GH_ORG_PAT }}

package/config/components/gitops-configurer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#@ load("@ytt:data", "data")
22
#@ load("@ytt:struct", "struct")
33
#@ load("@ytt:yaml", "yaml")
4-
#@ load("/helpers.star", "is_any_profile_enabled", "is_package_enabled", "profiles")
4+
#@ load("/helpers.star", "is_package_additional")
55

6-
#@ if is_package_enabled("flux") and is_package_enabled("gitops-configurer"):
6+
#@ if is_package_additional("gitops-configurer"):
77

88
#@ def compute_package_values():
99
#@ return data.values.gitops_configurer

0 commit comments

Comments
 (0)