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.197 (#94)
Browse files Browse the repository at this point in the history
Co-authored-by: cpanato <[email protected]>
Co-authored-by: Carlos Tadeu Panato Junior <[email protected]>
  • Loading branch information
3 people authored Nov 20, 2023
1 parent fef4a4d commit eca04b1
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.92
appVersion: v0.1.196
version: 0.0.93
appVersion: v0.1.197
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.92](https://img.shields.io/badge/Version-0.0.92-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.196](https://img.shields.io/badge/AppVersion-v0.1.196-informational?style=flat-square)
![Version: 0.0.93](https://img.shields.io/badge/Version-0.0.91-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.197](https://img.shields.io/badge/AppVersion-v0.1.197-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.196@sha256:b31ef63079baa484c213538b6b276ee0886479b4412262ad9db636e4a6879cab
image: us.gcr.io/prod-enforce-fabc/controlplane:v0.1.197@sha256:e905a789ca5b20eab72a4ed16e489ca27a5946388cc0cf734d63d7e18980b0ee
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.196@sha256:97f5aa7d56cef8ecd7273146bf41fc04b832b6d07f54e1e3b55d40d70d082cd2
image: us.gcr.io/prod-enforce-fabc/chainctl:v0.1.197@sha256:1ecee29ca25a577a16ec285315c00a8a33accffc9cd27caaf987d73d16d0f88e
readinessProbe:
exec:
command:
Expand Down

0 comments on commit eca04b1

Please sign in to comment.