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.186 (#81)
Browse files Browse the repository at this point in the history
Co-authored-by: cmdpdx <[email protected]>
  • Loading branch information
chainguardian and cmdpdx authored Oct 20, 2023
1 parent 5f726f9 commit f3d2b2b
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.83
appVersion: v0.1.185
version: 0.0.84
appVersion: v0.1.186
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.83](https://img.shields.io/badge/Version-0.0.83-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.185](https://img.shields.io/badge/AppVersion-v0.1.185-informational?style=flat-square)
![Version: 0.0.84](https://img.shields.io/badge/Version-0.0.84-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.186](https://img.shields.io/badge/AppVersion-v0.1.186-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.185@sha256:454b46bd052b1b4a1b3eebd913d0af26599d6ef47485c053909446d1c12c35aa
image: us.gcr.io/prod-enforce-fabc/controlplane:v0.1.186@sha256:d86fdb5e62e7c8f922d8e4dd51a60d0c3a1a534c93033fb693b6d823e89a6c59
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.185@sha256:54ce47281332dd7f889fb2683f0c349cb76e8ae1a17453cbf85b3062d933a26a
image: us.gcr.io/prod-enforce-fabc/chainctl:v0.1.186@sha256:7ef52f66d21086c9a4de1ee01eda70f2d063899c81efcaa7407cdf4c4904e0b3
readinessProbe:
exec:
command:
Expand Down

0 comments on commit f3d2b2b

Please sign in to comment.