Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
terraform_wrapper: false
- name: Setup TF docs
uses: jaxxstorm/action-install-gh-release@v1.10.0
uses: jaxxstorm/action-install-gh-release@v1.14.0
with:
repo: terraform-docs/terraform-docs
- name: dirty-check
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TF_PROJECTS := $(shell find examples/terraform/ -name '.terraform' -prune -o -na
# renovate: datasource=helm depName=aws-cloud-controller-manager
AWS_CCM_HELM_CHART_VERSION ?= 0.0.9
# renovate: datasource=github-releases depName=kubernetes/cloud-provider-aws
AWS_CCM_VERSION ?= v1.33.0
AWS_CCM_VERSION ?= v1.36.1

.PHONY: fmt
fmt:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- https://github.com/rancher/local-path-provisioner/deploy?ref=v0.0.34
- https://github.com/rancher/local-path-provisioner/deploy?ref=v0.0.37

patches:
- patch: |-
Expand Down
2 changes: 1 addition & 1 deletion examples/omni/apps/argocd/argocd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Kustomization
namespace: argocd
resources:
- namespace.yaml
- github.com/argoproj/argo-cd/manifests/cluster-install?ref=v3.1.9
- github.com/argoproj/argo-cd/manifests/cluster-install?ref=v3.5.2
- bootstrap-app-set.yaml

patches:
Expand Down
Loading