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.175 (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: wlynch <[email protected]>
  • Loading branch information
chainguardian and wlynch authored Sep 27, 2023
1 parent f70e57c commit e3aa6d3
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.73
appVersion: v0.1.174
version: 0.0.74
appVersion: v0.1.175
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.73](https://img.shields.io/badge/Version-0.0.73-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.174](https://img.shields.io/badge/AppVersion-v0.1.174-informational?style=flat-square)
![Version: 0.0.74](https://img.shields.io/badge/Version-0.0.74-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.175](https://img.shields.io/badge/AppVersion-v0.1.175-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.174@sha256:73e488e15025c0273811755ae8a25edef8ad4cd4c9b169b726b75d194cfa4449
image: us.gcr.io/prod-enforce-fabc/controlplane:v0.1.175@sha256:762a93810b085c5b47c83a6e455f98dc43cc74f3a73fc3a3f48a40b81d074666
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.174@sha256:8de27bc2baa9742f7d27069d9c6739a999d337354674f82574350a3eda098146
image: us.gcr.io/prod-enforce-fabc/chainctl:v0.1.175@sha256:8f4d20ab17098349dd1cea0d8fa4bf85d13a2baa4ea3124991efa788978299ce
readinessProbe:
exec:
command:
Expand Down

0 comments on commit e3aa6d3

Please sign in to comment.