wanddynosios
wanddynosios
## Does this PR modify CLI v6, CLI v7, or CLI v8? v8 ## Description of the Change This PR adds a 'TIP' to restart the app when enabling ssh:...
## Helm Chart * adds securityContext for redis * adds network policies (redis podinfo) * adds pvc for redis * some additional labels fixes: https://github.com/stefanprodan/podinfo/issues/346
We'd like to use podinfo as a demo app in a hardened cluster (pss restricted; network-policy deny-all by default). Also, we'd like to demo persistence in a simple use-case with...
Currently, the `--date-from` flag is not supported for OCI registries. The reasoning is given in the [code](https://github.com/bitnami/charts-syncer/blob/9e36106ecda7829ae3708dfbe099b40e42ee1226/pkg/client/repo/oci/oci.go#L394): ```go // OCI registries does not provide info about the publishing date in...