Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
update chart appVersion to v0.1.220 (#124)
Browse files Browse the repository at this point in the history
Co-authored-by: cmdpdx <[email protected]>
  • Loading branch information
octo-sts[bot] and cmdpdx authored Jan 30, 2024
1 parent 139a299 commit 1fade6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/enforce-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ description: |
Documentation for the chart can be found [here](https://edu.chainguard.dev/chainguard/chainguard-enforce/chainguard-enforce-kubernetes/alternative-installation-methods/).
type: application
version: 0.0.106
appVersion: v0.1.219
version: 0.0.107
appVersion: v0.1.220
keywords:
- chainguard
home: https://chainguard.dev
Expand Down
2 changes: 1 addition & 1 deletion charts/enforce-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- This README.md is generated. Please edit README.md.gotmpl -->

![Version: 0.0.106](https://img.shields.io/badge/Version-0.0.106-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.219](https://img.shields.io/badge/AppVersion-v0.1.219-informational?style=flat-square)
![Version: 0.0.107](https://img.shields.io/badge/Version-0.0.107-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.220](https://img.shields.io/badge/AppVersion-v0.1.220-informational?style=flat-square)

A helm chart for Chainguard's Enforce Agent.

Expand Down
4 changes: 2 additions & 2 deletions charts/enforce-agent/templates/enforce-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ spec:
serviceAccountName: controller
containers:
- name: controller
image: us.gcr.io/prod-enforce-fabc/controlplane:v0.1.219@sha256:ac56c5f66aa246e403fafead273e499406e106f6fc186d3295d6f2b80ba18043
image: us.gcr.io/prod-enforce-fabc/controlplane:v0.1.220@sha256:77e41eb67b0dd109fa4fbd34491a22b10c03c4be00eb5b31695bf4a594520c8b
resources:
requests:
cpu: 50m
Expand Down Expand Up @@ -388,7 +388,7 @@ spec:
# The STS container is responsible for normalizing federated OIDC
# tokens by using `chainctl auth login [...] --refresh` with the
# "sts-in" identity token.
image: us.gcr.io/prod-enforce-fabc/chainctl:v0.1.219@sha256:d79a200322ca1e7ae067cf561b9914e4e19a5efaa6c2ca42e9d1a8efd9409a16
image: us.gcr.io/prod-enforce-fabc/chainctl:v0.1.220@sha256:a188b2f5b1a1ac5904661ec6722f17f121f6ff9d32d05633fce5374df8a2337d
readinessProbe:
exec:
command:
Expand Down

0 comments on commit 1fade6d

Please sign in to comment.