Skip to content

Commit

Permalink
bump trillian chart to latest scaffolding release, c-s-p version (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcallaway authored Oct 7, 2023
1 parent 20cc9a8 commit 83ea9e2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions charts/trillian/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: |
type: application

version: 0.2.13
version: 0.2.14

keywords:
- security
Expand Down Expand Up @@ -34,8 +34,8 @@ annotations:
- name: log_signer
image: gcr.io/projectsigstore/trillian_log_signer@sha256:54a75e22beb4cb90b7aef63a28ac9e33fee60b35a66a2b9e7d6444a40e2b6a79
- name: cloud_proxy
image: gcr.io/cloud-sql-connectors/cloud-sql-proxy@sha256:b0aee6522475a236254394e573bae95693c02f8a07bceccb110f4e90336a1722
image: gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.7.0-alpine@sha256:cfcaa4f1d84b15c146deafad2802ae7ad4c33cef7b8c0fb23f266565276c4f5d
- name: scaffold_cloud_proxy
image: ghcr.io/sigstore/scaffolding/cloudsqlproxy:v0.6.7@sha256:e11cad1e3d64efced50f5af7dc068a524634eb01464fcfe6fc9440f281c9a01f
image: ghcr.io/sigstore/scaffolding/cloudsqlproxy:v0.6.8@sha256:47ab697b71b8645532bd8a8e0e87b0caedb56700581f6b1c4141f4424cb682ac
- name: createdb
image: ghcr.io/sigstore/scaffolding/createdb:v0.6.7@sha256:3720511269d5b01f386ac6650e26309a54abd5f13bb41597a0849501cf727e51
image: ghcr.io/sigstore/scaffolding/createdb:v0.6.8@sha256:387712639e1390f93d1e787f76846d2868a5bd76c53eb7982c3a98c98ed6920f
10 changes: 5 additions & 5 deletions charts/trillian/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.2.13](https://img.shields.io/badge/Version-0.2.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.2.14](https://img.shields.io/badge/Version-0.2.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Trillian is a log that stores an accurate, immutable and verifiable history of activity.

Expand Down Expand Up @@ -45,7 +45,7 @@ helm uninstall [RELEASE_NAME]
| createdb.image.pullPolicy | string | `"IfNotPresent"` | |
| createdb.image.registry | string | `"ghcr.io"` | |
| createdb.image.repository | string | `"sigstore/scaffolding/createdb"` | |
| createdb.image.version | string | `"sha256:3720511269d5b01f386ac6650e26309a54abd5f13bb41597a0849501cf727e51"` | v0.6.7 |
| createdb.image.version | string | `"sha256:387712639e1390f93d1e787f76846d2868a5bd76c53eb7982c3a98c98ed6920f"` | v0.6.8 |
| createdb.name | string | `"createdb"` | |
| createdb.serviceAccount.annotations | object | `{}` | |
| createdb.serviceAccount.create | bool | `false` | |
Expand Down Expand Up @@ -116,7 +116,7 @@ helm uninstall [RELEASE_NAME]
| mysql.auth.username | string | `"mysql"` | |
| mysql.enabled | bool | `true` | |
| mysql.gcp.cloudsql.registry | string | `"gcr.io"` | |
| mysql.gcp.cloudsql.repository | string | `"cloud-sql-connectors/cloud-sql-proxy:2.6.1-alpine"` | |
| mysql.gcp.cloudsql.repository | string | `"cloud-sql-connectors/cloud-sql-proxy:2.7.0-alpine"` | |
| mysql.gcp.cloudsql.resources.requests.cpu | string | `"1"` | |
| mysql.gcp.cloudsql.resources.requests.memory | string | `"2Gi"` | |
| mysql.gcp.cloudsql.securityContext.allowPrivilegeEscalation | bool | `false` | |
Expand All @@ -125,7 +125,7 @@ helm uninstall [RELEASE_NAME]
| mysql.gcp.cloudsql.securityContext.runAsNonRoot | bool | `true` | |
| mysql.gcp.cloudsql.unixDomainSocket.enabled | bool | `false` | |
| mysql.gcp.cloudsql.unixDomainSocket.path | string | `"/cloudsql"` | |
| mysql.gcp.cloudsql.version | string | `"sha256:b0aee6522475a236254394e573bae95693c02f8a07bceccb110f4e90336a1722"` | crane digest cloud-sql-connectors/cloud-sql-proxy:2.6.1-alpine |
| mysql.gcp.cloudsql.version | string | `"sha256:cfcaa4f1d84b15c146deafad2802ae7ad4c33cef7b8c0fb23f266565276c4f5d"` | crane digest cloud-sql-connectors/cloud-sql-proxy:2.7.0-alpine |
| mysql.gcp.enabled | bool | `false` | |
| mysql.gcp.instance | string | `""` | |
| mysql.gcp.scaffoldSQLProxy.registry | string | `"ghcr.io"` | |
Expand All @@ -136,7 +136,7 @@ helm uninstall [RELEASE_NAME]
| mysql.gcp.scaffoldSQLProxy.securityContext.capabilities.drop[0] | string | `"ALL"` | |
| mysql.gcp.scaffoldSQLProxy.securityContext.readOnlyRootFilesystem | bool | `true` | |
| mysql.gcp.scaffoldSQLProxy.securityContext.runAsNonRoot | bool | `true` | |
| mysql.gcp.scaffoldSQLProxy.version | string | `"sha256:e11cad1e3d64efced50f5af7dc068a524634eb01464fcfe6fc9440f281c9a01f"` | v0.6.7 which is based on cloud-sql-proxy:2.6.1-alpine |
| mysql.gcp.scaffoldSQLProxy.version | string | `"sha256:47ab697b71b8645532bd8a8e0e87b0caedb56700581f6b1c4141f4424cb682ac"` | v0.6.8 which is based on cloud-sql-proxy:2.7.0-alpine |
| mysql.hostname | string | `""` | |
| mysql.image.pullPolicy | string | `"IfNotPresent"` | |
| mysql.image.registry | string | `"gcr.io"` | |
Expand Down
14 changes: 7 additions & 7 deletions charts/trillian/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ mysql:
scaffoldSQLProxy:
registry: ghcr.io
repository: sigstore/scaffolding/cloudsqlproxy
# -- v0.6.7 which is based on cloud-sql-proxy:2.6.1-alpine
version: sha256:e11cad1e3d64efced50f5af7dc068a524634eb01464fcfe6fc9440f281c9a01f
# -- v0.6.8 which is based on cloud-sql-proxy:2.7.0-alpine
version: sha256:47ab697b71b8645532bd8a8e0e87b0caedb56700581f6b1c4141f4424cb682ac
resources:
requests:
memory: "2Gi"
Expand All @@ -43,9 +43,9 @@ mysql:
- ALL
cloudsql:
registry: gcr.io
repository: cloud-sql-connectors/cloud-sql-proxy:2.6.1-alpine
# -- crane digest cloud-sql-connectors/cloud-sql-proxy:2.6.1-alpine
version: sha256:b0aee6522475a236254394e573bae95693c02f8a07bceccb110f4e90336a1722
repository: cloud-sql-connectors/cloud-sql-proxy:2.7.0-alpine
# -- crane digest cloud-sql-connectors/cloud-sql-proxy:2.7.0-alpine
version: sha256:cfcaa4f1d84b15c146deafad2802ae7ad4c33cef7b8c0fb23f266565276c4f5d
resources:
requests:
memory: "2Gi"
Expand Down Expand Up @@ -201,8 +201,8 @@ createdb:
registry: ghcr.io
repository: sigstore/scaffolding/createdb
pullPolicy: IfNotPresent
# -- v0.6.7
version: sha256:3720511269d5b01f386ac6650e26309a54abd5f13bb41597a0849501cf727e51
# -- v0.6.8
version: sha256:387712639e1390f93d1e787f76846d2868a5bd76c53eb7982c3a98c98ed6920f
serviceAccount:
create: false
name: ""
Expand Down

0 comments on commit 83ea9e2

Please sign in to comment.