Skip to content

Commit

Permalink
typo & name change
Browse files Browse the repository at this point in the history
  • Loading branch information
sallyom committed Oct 10, 2023
1 parent 20eaa69 commit 993a783
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ kubectl wait --namespace ingress-nginx \
--selector=app.kubernetes.io/component=controller \
--timeout=90s

OPENSHIFT_APPS_SUBDOMAIN=localhost envsubst < ./examples/values-kind-sigstore.yaml | helm upgrade -i trusted-artifact-signer --debug ./charts/trusted-artifact-signer --wait --wait-for-jobs -n sigstore --create-namespace --values -
OPENSHIFT_APPS_SUBDOMAIN=localhost envsubst < ./examples/values-kind-sigstore.yaml | helm upgrade -i trusted-artifact-signer --debug ./charts/trusted-artifact-signer --wait --wait-for-jobs -n trusted-artifact-signer --create-namespace --values -

helm test -n sigstore trusted-artifact-signer
# tests are in charts/trusted-artifact-signer/templates/tests
Expand Down
2 changes: 1 addition & 1 deletion charts/trusted-artifact-signer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ sources:
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.7
version: 0.1.8
4 changes: 2 additions & 2 deletions charts/trusted-artifact-signer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

A Helm chart for deploying Sigstore scaffold chart that is opinionated for OpenShift

![Version: 0.1.7](https://img.shields.io/badge/Version-0.1.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.1.8](https://img.shields.io/badge/Version-0.1.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

## Overview

Expand Down Expand Up @@ -276,7 +276,7 @@ Kubernetes: `>= 1.19.0-0`
| scaffold.trillian.redis.image.repository | | string | `"rhel9/redis-6"` |
| scaffold.trillian.redis.image.version | | string | `"sha256:031a5a63611e1e6a9fec47492a32347417263b79ad3b63bcee72fc7d02d64c94"` |
| scaffold.tsa.enabled | | bool | `false` |
| scaffold.tsa.forceNamespace | | string | `"tsa-sytem"` |
| scaffold.tsa.forceNamespace | | string | `"tsa-system"` |
| scaffold.tsa.namespace.create | | bool | `false` |
| scaffold.tsa.namespace.name | | string | `"tsa-system"` |
| scaffold.tsa.server.fullnameOverride | | string | `"tsa-server"` |
Expand Down
2 changes: 1 addition & 1 deletion charts/trusted-artifact-signer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ scaffold:

tsa:
enabled: false
forceNamespace: tsa-sytem
forceNamespace: tsa-system
namespace:
create: false
name: tsa-system
Expand Down
2 changes: 1 addition & 1 deletion quick-start-with-keycloak.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ oc -n rekor-system create secret generic rekor-private-key --from-file=private=.
3. Run the following:

```shell
OPENSHIFT_APPS_SUBDOMAIN=apps.$(oc get dns cluster -o jsonpath='{ .spec.baseDomain }') envsubst < examples/values-sigstore-openshift.yaml | helm upgrade -i trusted-artifact-signer --debug charts/trusted-artifact-signer -n sigstore --create-namespace --values -
OPENSHIFT_APPS_SUBDOMAIN=apps.$(oc get dns cluster -o jsonpath='{ .spec.baseDomain }') envsubst < examples/values-sigstore-openshift.yaml | helm upgrade -i trusted-artifact-signer --debug charts/trusted-artifact-signer -n trusted-artifact-signer --create-namespace --values -
```

A good way to tell if things are progressing well is to watch `oc get jobs -A` and when the tuf-system job is complete,
Expand Down

0 comments on commit 993a783

Please sign in to comment.