Skip to content

Commit

Permalink
STAC-22097: Bump envoy and add a link to design doc
Browse files Browse the repository at this point in the history
  • Loading branch information
craffit committed Dec 17, 2024
1 parent 692f870 commit af2efee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,9 @@ $ brew install gawk
```shell
$ apk add gawk
```

## Design docs

We list various design docs here that accompany the charts:

- SUSE Observability router maintenance mode: https://lucid.app/lucidchart/1dd84a54-2908-4e33-9b5d-21705c461dab/edit
2 changes: 1 addition & 1 deletion stable/suse-observability/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ stackstate/stackstate
| stackstate.components.router.image.pullPolicy | string | `""` | `pullPolicy` used for the `router` component Docker image; this will override `stackstate.components.all.image.pullPolicy` on a per-service basis. |
| stackstate.components.router.image.registry | string | `"quay.io"` | Registry of the router component Docker image. |
| stackstate.components.router.image.repository | string | `"stackstate/envoy"` | Repository of the router component Docker image. |
| stackstate.components.router.image.tag | string | `"v1.31.1-5d7a3a09"` | Tag used for the `router` component Docker image; this will override `stackstate.components.all.image.tag` on a per-service basis. |
| stackstate.components.router.image.tag | string | `"v1.31.1-e94598da"` | Tag used for the `router` component Docker image; this will override `stackstate.components.all.image.tag` on a per-service basis. |
| stackstate.components.router.mode.affinity | object | `{}` | Affinity settings for pod assignment. |
| stackstate.components.router.mode.extraEnv.open | object | `{}` | Add additional environment variables to the pod |
| stackstate.components.router.mode.image.pullPolicy | string | `nil` | Image pull policy for router mode containers. |
Expand Down
2 changes: 1 addition & 1 deletion stable/suse-observability/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ stackstate:
# stackstate.components.router.image.repository -- Repository of the router component Docker image.
repository: stackstate/envoy
# stackstate.components.router.image.tag -- Tag used for the `router` component Docker image; this will override `stackstate.components.all.image.tag` on a per-service basis.
tag: v1.31.1-5d7a3a09
tag: v1.31.1-e94598da
# stackstate.components.router.podAnnotations -- Extra annotations
podAnnotations: {}
# stackstate.components.router.poddisruptionbudget -- PodDisruptionBudget settings for `router` pods.
Expand Down

0 comments on commit af2efee

Please sign in to comment.