Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kireque committed Mar 14, 2024
2 parents a5a9fc0 + 2405c16 commit fb84018
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-terraform-oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
echo '${{ steps.changed-files.outputs.all_changed_files }}'
- name: Install jo
uses: awalsh128/[email protected].1
uses: awalsh128/[email protected].2
with:
packages: jo

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
private-key: ${{ secrets.KIREQUE_APP_PRIVATE_KEY }}

- name: MegaLinter
uses: oxsecurity/megalinter@v7.9.0
uses: oxsecurity/megalinter@v7.10.0
env:
GITHUB_TOKEN: "${{ steps.app-token.outputs.token }}"
PRINT_ALPACA: false
Expand Down
41 changes: 26 additions & 15 deletions infrastructure/terraform/s3/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: cert-manager
version: v1.14.3
version: v1.14.4
sourceRef:
kind: HelmRepository
name: jetstack
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.6.0
version: 3.0.2
interval: 30m
sourceRef:
kind: HelmRepository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
kind: HelmRepository
name: grafana
namespace: flux-system
version: 7.3.3
version: 7.3.6
interval: 30m
timeout: 20m
values:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.6.0
version: 3.0.2
interval: 30m
sourceRef:
kind: HelmRepository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
chart:
spec:
chart: kube-prometheus-stack
version: 56.21.3
version: 57.0.1
sourceRef:
kind: HelmRepository
name: prometheus-community
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: thanos
version: 13.2.2
version: 13.4.1
sourceRef:
kind: HelmRepository
name: bitnami
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.6.0
version: 3.0.2
interval: 30m
sourceRef:
kind: HelmRepository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.6.0
version: 3.0.2
interval: 30m
sourceRef:
kind: HelmRepository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: rook-ceph-cluster
version: v1.13.5
version: v1.13.6
sourceRef:
kind: HelmRepository
name: rook-ceph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: rook-ceph
version: v1.13.5
version: v1.13.6
sourceRef:
kind: HelmRepository
name: rook-ceph
Expand Down

0 comments on commit fb84018

Please sign in to comment.