Skip to content

Commit

Permalink
Update reflector chart release (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak authored Apr 24, 2024
1 parent da6e10b commit 7dd09c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
with:
python-version: '3.x'

- name: Install Helm
uses: azure/setup-helm@v3
- name: Install helm
uses: azure/setup-helm@v4
with:
version: 'latest'
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Install Kind
uses: engineerd/[email protected]
with:
version: "v0.18.0"
version: "v0.22.0"
skipClusterCreation: true

- name: Install Make
Expand Down
4 changes: 2 additions & 2 deletions defaults/main/reflector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ k8s_reflector_namespace: "kube-system"
k8s_reflector_chart:
name: "reflector"
repo: "https://emberstack.github.io/helm-charts"
release: "7.1.238"
last_checked: "2024-02-02T22:35:12-06:00"
release: "7.1.262"
last_checked: "2024-04-23T22:52:49-06:00"
k8s_reflector_wait_timeout: "{{ k8s_wait_timeout }}"

0 comments on commit 7dd09c5

Please sign in to comment.