diff --git a/.github/workflows/trivy_scan_latest.yml b/.github/workflows/trivy_scan_latest.yml index 11bc0f9..67b0b74 100644 --- a/.github/workflows/trivy_scan_latest.yml +++ b/.github/workflows/trivy_scan_latest.yml @@ -48,7 +48,7 @@ jobs: if: ${{ failure() }} uses: slackapi/slack-github-action@v1.23.0 with: - channel-id: 'hmpps-sre-alerts' + channel-id: 'hmpps-sre-alerts-nonprod' slack-message: "_Job:_ ${{ github.job }}\n_Status:_ ${{ job.status }}\n_Workflow:_ ${{ github.workflow }}\n_Repo:_ ${{ github.repository }}\n\n" env: SLACK_BOT_TOKEN: ${{ secrets.HMPPS_SLACK_BOT_TOKEN }} diff --git a/hmpps-devops-tools/Dockerfile b/hmpps-devops-tools/Dockerfile index 4fa9254..99d307b 100644 --- a/hmpps-devops-tools/Dockerfile +++ b/hmpps-devops-tools/Dockerfile @@ -1,8 +1,8 @@ FROM python:3-slim-bookworm ENV \ - HELM_VERSION=3.13.3 \ - KUBECTL_VERSION=1.26.12 + HELM_VERSION=3.15.4 \ + KUBECTL_VERSION=1.29.7 RUN apt-get clean && apt-get update && apt-get upgrade -y \ && apt-get install --no-install-recommends -qy locales tzdata apt-utils apt-transport-https lsb-release gnupg software-properties-common build-essential vim jq zsh groff git curl wget zip unzip httpie dnsutils apache2-utils \