You've already forked athens-proxy-charts
Compare commits
2 Commits
b239358446
...
195a7d9636
| Author | SHA1 | Date | |
|---|---|---|---|
|
195a7d9636
|
|||
|
0f91c70c3f
|
@@ -26,7 +26,7 @@ jobs:
|
||||
env:
|
||||
HELM_SIGSTORE_VERSION: "0.3.0" # renovate: datasource=github-tags depName=sigstore/helm-sigstore extractVersion='^v(?<version>\d+\.\d+\.\d+)$'
|
||||
HELM_SCHEMA_VALUES_VERSION: "2.4.0" # renovate: datasource=github-tags depName=losisin/helm-values-schema-json extractVersion='^v(?<version>\d+\.\d+\.\d+)$'
|
||||
HELM_UNITTEST_VERSION: "1.1.0" # renovate: datasource=github-tags depName=helm-unittest/helm-unittest extractVersion='^v(?<version>\d+\.\d+\.\d+)$'
|
||||
HELM_UNITTEST_VERSION: "1.1.1" # renovate: datasource=github-tags depName=helm-unittest/helm-unittest extractVersion='^v(?<version>\d+\.\d+\.\d+)$'
|
||||
run: |
|
||||
helm plugin install --verify=false https://github.com/sigstore/helm-sigstore.git --version "${HELM_SIGSTORE_VERSION}" 1> /dev/null
|
||||
helm plugin install --verify=false https://github.com/losisin/helm-values-schema-json.git --version "${HELM_SCHEMA_VALUES_VERSION}" 1> /dev/null
|
||||
|
||||
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"yaml.schemas": {
|
||||
"https://raw.githubusercontent.com/helm-unittest/helm-unittest/v1.1.0/schema/helm-testsuite.json": [
|
||||
"https://raw.githubusercontent.com/helm-unittest/helm-unittest/v1.1.1/schema/helm-testsuite.json": [
|
||||
"/unittests/**/*.yaml"
|
||||
]
|
||||
},
|
||||
|
||||
Generated
+1
@@ -1917,6 +1917,7 @@
|
||||
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
},
|
||||
|
||||
+20
-2
@@ -615,6 +615,7 @@ hpa:
|
||||
# target:
|
||||
# averageUtilization: 65
|
||||
# type: Utilization
|
||||
# type: Resource
|
||||
minReplicas: 1
|
||||
maxReplicas: 10
|
||||
|
||||
@@ -700,7 +701,13 @@ networkPolicy:
|
||||
# - port: 22
|
||||
# protocol: TCP
|
||||
|
||||
# Allow outgoing HTTPS traffic to external go module servers
|
||||
# Allow outgoing traffic to HTTP severs
|
||||
#
|
||||
# - ports:
|
||||
# - port: 80
|
||||
# protocol: TCP
|
||||
|
||||
# Allow outgoing traffic to HTTPS severs
|
||||
#
|
||||
# - ports:
|
||||
# - port: 443
|
||||
@@ -735,7 +742,7 @@ networkPolicy:
|
||||
# - port: http
|
||||
# protocol: TCP
|
||||
|
||||
# Allow incoming HTTP traffic from ingress-nginx.
|
||||
# Allow incoming HTTP traffic from ingress-nginx or gateway-api.
|
||||
#
|
||||
# - from:
|
||||
# - namespaceSelector:
|
||||
@@ -748,6 +755,17 @@ networkPolicy:
|
||||
# - port: http
|
||||
# protocol: TCP
|
||||
|
||||
# - from:
|
||||
# - namespaceSelector:
|
||||
# matchLabels:
|
||||
# kubernetes.io/metadata.name: gateway-api
|
||||
# podSelector:
|
||||
# matchLabels:
|
||||
# gateway.networking.k8s.io/gateway-name: nginx
|
||||
# ports:
|
||||
# - port: http
|
||||
# protocol: TCP
|
||||
|
||||
## @section Service
|
||||
## @param service.enabled Enable the service.
|
||||
## @param service.annotations Additional service annotations.
|
||||
|
||||
Reference in New Issue
Block a user