Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 1, 2023
1 parent baf6e51 commit e2a4e3e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

-
name: Login to the ghcr.io Container registry
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
uses: docker/login-action@a9794064588be971151ec5e7144cb535bcb56e36
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
password: ${{ secrets.QUAYIO_TOKEN }}
-
name: Login to the ghcr.io Container registry
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
uses: docker/login-action@a9794064588be971151ec5e7144cb535bcb56e36
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
password: ${{ secrets.QUAYIO_TOKEN }}
-
name: Login to the ghcr.io Container registry
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
uses: docker/login-action@a9794064588be971151ec5e7144cb535bcb56e36
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
14 changes: 7 additions & 7 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,26 @@ RUN yarn --production --ignore-engines && \
FROM node:20-alpine3.17

# renovate: datasource=github-tags depName=argoproj/argo-cd
ARG ARGOCD_VERSION=v2.7.6
ARG ARGOCD_VERSION=v2.7.10
# 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.1
ARG HELM_VERSION=v3.12.2
# renovate: datasource=github-tags depName=kubernetes/kubernetes
ARG KUBECTL_VERSION=v1.27.3
ARG KUBECTL_VERSION=v1.27.4
# renovate: datasource=github-tags depName=hashicorp/terraform
ARG TERRAFORM_VERSION=v1.5.1
ARG TERRAFORM_VERSION=v1.5.4
# renovate: datasource=github-tags depName=tfutils/tfenv
ARG TFENV_VERSION=v3.0.0
ARG KUSTOMIZE_VERSION=v4.5.7
# renovate: datasource=github-tags depName=kubernetes/minikube
ARG MINIKUBE_VERSION=v1.30.1
ARG MINIKUBE_VERSION=v1.31.1
# renovate: datasource=github-tags depName=aquasecurity/trivy
ARG TRIVY_VERSION=v0.42.1
ARG TRIVY_VERSION=v0.44.0
# renovate: datasource=github-tags depName=tektoncd/cli
ARG TEKTON_VERSION=v0.31.1
ARG TEKTON_VERSION=v0.31.2

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: 24.0.2-dind
tag: 24.0.5-dind
resources: {}
persistence:
enabled: false
Expand Down

0 comments on commit e2a4e3e

Please sign in to comment.