Skip to content

Commit

Permalink
Merge pull request #137 from acend/renovate/all
Browse files Browse the repository at this point in the history
chore(deps): update all dependencies
  • Loading branch information
sybnex authored Jun 2, 2023
2 parents 8f81b15 + e6f5607 commit 4bdabda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ RUN yarn --production --ignore-engines && \
FROM node:20-alpine3.17

# renovate: datasource=github-tags depName=argoproj/argo-cd
ARG ARGOCD_VERSION=v2.7.2
ARG ARGOCD_VERSION=v2.7.3
# renovate: datasource=github-tags depName=Azure/azure-cli
ARG AZURECLI_VERSION=2.42.0
# renovate: datasource=github-tags depName=docker/compose
ARG DOCKER_COMPOSE=v2.13.0
# renovate: datasource=github-tags depName=helm/helm
ARG HELM_VERSION=v3.12.0
# renovate: datasource=github-tags depName=kubernetes/kubernetes
ARG KUBECTL_VERSION=v1.27.1
ARG KUBECTL_VERSION=v1.27.2
# renovate: datasource=github-tags depName=hashicorp/terraform
ARG TERRAFORM_VERSION=v1.4.6
# renovate: datasource=github-tags depName=tfutils/tfenv
Expand All @@ -38,7 +38,7 @@ ARG KUSTOMIZE_VERSION=v4.5.7
# renovate: datasource=github-tags depName=kubernetes/minikube
ARG MINIKUBE_VERSION=v1.30.1
# renovate: datasource=github-tags depName=aquasecurity/trivy
ARG TRIVY_VERSION=v0.41.0
ARG TRIVY_VERSION=v0.42.0
# renovate: datasource=github-tags depName=tektoncd/cli
ARG TEKTON_VERSION=v0.31.0

Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/webshell/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dind:
enabled: true
image:
repository: docker
tag: 23.0.6-dind
tag: 24.0.2-dind
resources: {}
persistence:
enabled: false
Expand Down

0 comments on commit 4bdabda

Please sign in to comment.