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.215
Browse files Browse the repository at this point in the history
  • Loading branch information
tcnghia authored Jan 16, 2024
1 parent acefeeb commit a2d8e2c
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.103
appVersion: v0.1.213
version: 0.0.104
appVersion: v0.1.215
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.103](https://img.shields.io/badge/Version-0.0.103-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.213](https://img.shields.io/badge/AppVersion-v0.1.213-informational?style=flat-square)
![Version: 0.0.104](https://img.shields.io/badge/Version-0.0.104-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.215](https://img.shields.io/badge/AppVersion-v0.1.215-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.213@sha256:f1fe3055c00578e25de507ad9bef4b57764a99c3bc2fffb3578aa45a1cab0f27
image: us.gcr.io/prod-enforce-fabc/controlplane:v0.1.215@sha256:25ea165585f6ca8d438fdf4717eca3c3fdef60d8db352beac34c2fbcc30f7737
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.213@sha256:1ace0bb88066d6e118374d3c55d93856f3f5ec99718e2641d31c6e584bdec383
image: us.gcr.io/prod-enforce-fabc/chainctl:v0.1.215@sha256:f64d7397e136dbb8932e8129dec44214aeca43eda2594c248e64faad64255518
readinessProbe:
exec:
command:
Expand Down

0 comments on commit a2d8e2c

Please sign in to comment.