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.187 (#82)
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 21, 2023
1 parent f3d2b2b commit fd0958e
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.84
appVersion: v0.1.186
version: 0.0.85
appVersion: v0.1.187
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.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)
![Version: 0.0.85](https://img.shields.io/badge/Version-0.0.85-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.187](https://img.shields.io/badge/AppVersion-v0.1.187-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.186@sha256:d86fdb5e62e7c8f922d8e4dd51a60d0c3a1a534c93033fb693b6d823e89a6c59
image: us.gcr.io/prod-enforce-fabc/controlplane:v0.1.187@sha256:2a06cf8b88ab3ec2a6801a4dee07a5918f2a1fca50e30905b95ac51ab8701925
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.186@sha256:7ef52f66d21086c9a4de1ee01eda70f2d063899c81efcaa7407cdf4c4904e0b3
image: us.gcr.io/prod-enforce-fabc/chainctl:v0.1.187@sha256:bc5632464eeb5674f50316bcbb8974bf5318b90248d2de9e0c86f70d960050ec
readinessProbe:
exec:
command:
Expand Down

0 comments on commit fd0958e

Please sign in to comment.