Skip to content

Commit

Permalink
Merge pull request #136 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 May 15, 2023
2 parents 6f234f3 + 7b71efc commit 8f81b15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ RUN yarn --production --ignore-engines && \
FROM node:20-alpine3.17

# renovate: datasource=github-tags depName=argoproj/argo-cd
ARG ARGOCD_VERSION=v2.6.7
ARG ARGOCD_VERSION=v2.7.2
# 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.11.3
ARG HELM_VERSION=v3.12.0
# renovate: datasource=github-tags depName=kubernetes/kubernetes
ARG KUBECTL_VERSION=v1.27.1
# renovate: datasource=github-tags depName=hashicorp/terraform
Expand All @@ -38,9 +38,9 @@ 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.40.0
ARG TRIVY_VERSION=v0.41.0
# renovate: datasource=github-tags depName=tektoncd/cli
ARG TEKTON_VERSION=v0.30.1
ARG TEKTON_VERSION=v0.31.0

ADD package.json /package.json
RUN addgroup theia && \
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.5-dind
tag: 23.0.6-dind
resources: {}
persistence:
enabled: false
Expand Down

0 comments on commit 8f81b15

Please sign in to comment.