Releases: dave-inc/charts
common-0.9.0-beta.2
Standard Service Template
common-0.9.0-beta.1
Standard Service Template
job-0.2.1
- Added
cloudsqlProxy.socketpathEnvName
to allow customization of the environment variable name that provides the path to the cloudsql_proxy socket. Defaults toDB_SOCKETPATH
kyverno-policies-0.1.1-beta.10
A Helm chart for deploying kyverno policies
kyverno-policies-0.1.1-beta.9
- Remove whitelist allow reporter to show failures in all namespaces
- Update label policy search for label in metadata and spec
csm-edgeproxy-0.1.4
Cloud Service Mesh (Istio) Gateway Edgeproxy
csm-edgeproxy-0.1.3
Cloud Service Mesh (Istio) Gateway Edgeproxy
csm-edgeproxy-0.1.2
Cloud Service Mesh (Istio) Gateway Edgeproxy
common-0.8.10
This version fixes a bug on the common charts to implement the Cloud Armor backend services specifically when it has more than one service resulting that only the main or primary backend service will have annotated its backendConfig and security policy properly but others not and created a security flaw for the remaining services, also know as Backend security policy not applied.
This is a release version of previous 0.8.10-beta.x versions to render CA services based on CA backend service definition, which requires to comply with the following:
- service name should be named/renamed as "[deployment-name]-ca",
ca
extension is important because that going fwd will be the identifier of CA services apart from others. - We are exposing the
targetPort
when CA services doesn't share the same across deployments, because its backward compatibility iftargetPort
is not specified will be defaulted using the CA main deployment port as it's target. - It still should comply with the previous requisites but now the backed service name can be used like this:
cloudArmor:
enabled: true
paths:
- backend:
service:
name: <your-service-name>-ca
port:
number: 80
targetPort: 8080
- Fixes CA service render logic to avoid duplicating it whenever the backend service for CA it is the same
- Fix duplicate lifecycle bug in cloudsqlProxy in common chart
common-0.8.10-beta.4
Fix CA service render logic to avoid duplicating it whenever the backend service for CA it is the same (papi scenario)