Skip to content

Commit 4ae4cea

Browse files
Update sops to v3.12.2
1 parent 7c088eb commit 4ae4cea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ jobs:
6262
location: europe-west4-a
6363
- name: Install SOPS
6464
run: |-
65-
curl -LO https://github.com/getsops/sops/releases/download/v3.8.1/sops-v3.8.1.linux.amd64
66-
chmod +x sops-v3.8.1.linux.amd64
67-
sudo mv sops-v3.8.1.linux.amd64 /usr/local/bin/sops
65+
curl -LO https://github.com/getsops/sops/releases/download/v3.12.2/sops-v3.12.2.linux.amd64
66+
chmod +x sops-v3.12.2.linux.amd64
67+
sudo mv sops-v3.12.2.linux.amd64 /usr/local/bin/sops
6868
- name: Apply secrets
6969
run: sops --decrypt "manifest/secrets.yaml" | kubectl apply --validate -f -
7070
- name: Deploy

0 commit comments

Comments
 (0)