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.233
Browse files Browse the repository at this point in the history
  • Loading branch information
tcnghia authored and github-actions[bot] committed Feb 9, 2024
1 parent 4af1a5c commit 8bf585b
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.109
appVersion: v0.1.222
version: 0.0.110
appVersion: v0.1.233
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.109](https://img.shields.io/badge/Version-0.0.109-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.222](https://img.shields.io/badge/AppVersion-v0.1.222-informational?style=flat-square)
![Version: 0.0.110](https://img.shields.io/badge/Version-0.0.110-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.233](https://img.shields.io/badge/AppVersion-v0.1.233-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.222@sha256:f7ecf1bfdef3b031ecef81f25ba4c58b627f1ef9219c30c07928fd44eac60ab5
image: us.gcr.io/prod-enforce-fabc/controlplane:v0.1.233@sha256:651cfaa7ff11a00bc576890ab0585eaf7419b17e0c2937787ba06366c9419ac0
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.222@sha256:4f5ca3c46825c69dc5f16349285a78de459fd327339c5ee2417f3fa8b1e314a6
image: us.gcr.io/prod-enforce-fabc/chainctl:v0.1.233@sha256:806438c76f75c8fb20c70674a7cd2eb83c19664e8b516266ab776165b5c09d1e
readinessProbe:
exec:
command:
Expand Down

0 comments on commit 8bf585b

Please sign in to comment.