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.203 (#106)
Browse files Browse the repository at this point in the history
Co-authored-by: wlynch <wlynch@users.noreply.github.com>
  • Loading branch information
chainguardian and wlynch authored Dec 12, 2023
1 parent 9eac6e6 commit f973b46
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.95
appVersion: v0.1.200
version: 0.0.96
appVersion: v0.1.203
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.95](https://img.shields.io/badge/Version-0.0.95-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.200](https://img.shields.io/badge/AppVersion-v0.1.200-informational?style=flat-square)
![Version: 0.0.96](https://img.shields.io/badge/Version-0.0.96-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.203](https://img.shields.io/badge/AppVersion-v0.1.203-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.200@sha256:e6bb5b5d7f9ff7073aada51b6364570dab563fa6fed446a9c67ac4cdfe0b79b4
image: us.gcr.io/prod-enforce-fabc/controlplane:v0.1.203@sha256:90dc760681cdd9ade852347bb8466c17994289b74e7dc4bd8e3ab3672d37ad2b
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.200@sha256:4eebced5015b435038752df5c99f56e9e064c22135373da785e05afd182c1e92
image: us.gcr.io/prod-enforce-fabc/chainctl:v0.1.203@sha256:8273fc9c44759a9698e6ea5b584fb655b2a4f23590c1e9076b7c77c503f83cbb
readinessProbe:
exec:
command:
Expand Down

0 comments on commit f973b46

Please sign in to comment.