diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 875eddd5..85d557ca 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -15,11 +15,7 @@ annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: |- - kind: changed - description: updated app-proxy to 1.3196.4 - app proxy init without argo-cd, switch to @nestjs/axios, reset git state before doing any actions, upgrade HELM_VERSION to 3.16.2 and KUBESEAL_VERSION to 0.27.3 to fix critical vulnerabilities, throw original exception in case of NO_CHANGES - - kind: changed - description: updated argo-events to 2.4.7-1-cap-CR-26731 - fix security vulnerabilities - - kind: changed - description: updated argo-cd to 7.4.7-10-cap-2.12.3-2024.12.23-4a8e092c0 - fix securitty vulnerabilities + description: updated codefresh-gitops-operator to 0.3.20 - fixed vulnerabilities dependencies: - name: argo-cd repository: https://codefresh-io.github.io/argo-helm @@ -45,7 +41,7 @@ dependencies: condition: tunnel-client.enabled - name: codefresh-gitops-operator repository: oci://quay.io/codefresh/charts - version: 0.3.17 + version: 0.3.20 alias: gitops-operator condition: gitops-operator.enabled - name: garage diff --git a/installer-image/Dockerfile b/installer-image/Dockerfile index 07ab65e8..a5cfb06c 100644 --- a/installer-image/Dockerfile +++ b/installer-image/Dockerfile @@ -1,7 +1,7 @@ FROM debian:bullseye-slim -ARG CF_CLI_VERSION=v0.1.68 -ARG KUBECTL_VERSION=v1.28.12 +ARG CF_CLI_VERSION=v0.1.70 +ARG KUBECTL_VERSION=v1.32.1 ARG TARGETARCH RUN apt-get update && apt-get install curl -y