Skip to content

Commit

Permalink
fix(ci): hardcoded cors policy exact to wildcard
Browse files Browse the repository at this point in the history
Signed-off-by: Joey Akitoye <[email protected]>
  • Loading branch information
samtoya committed Sep 30, 2024
1 parent 7e097f5 commit d8ac4d5
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 11 deletions.
Binary file added flow-helm-chart-0.1.22.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion flow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# 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.21
version: 0.1.22

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion flow/templates/virtual-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
{{ if and .corsPolicy (not (empty .corsPolicy)) }}
corsPolicy:
allowOrigins:
exact: "*"
- exact: "*"
{{ if and .corsPolicy.allowMethods (not (empty .corsPolicy.allowMethods)) }}
allowMethods:
{{ range .corsPolicy.allowMethods }}
Expand Down
28 changes: 19 additions & 9 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@ entries:
flow-helm-chart:
- apiVersion: v2
appVersion: 1.16.0
created: "2024-09-30T19:11:37.715345Z"
created: "2024-09-30T19:38:37.82535Z"
description: A Helm chart for Kubernetes
digest: 98268ccf548a7e3bbebe6130d10510b03fbe927f826a950079e4caaffce18128
name: flow-helm-chart
type: application
urls:
- flow-helm-chart-0.1.22.tgz
version: 0.1.22
- apiVersion: v2
appVersion: 1.16.0
created: "2024-09-30T19:38:37.824205Z"
description: A Helm chart for Kubernetes
digest: e98cdaf054ff3054687c85f1f2a8d9bfff92e8e259c144066a8d2aefd456c234
name: flow-helm-chart
Expand All @@ -13,7 +23,7 @@ entries:
version: 0.1.21
- apiVersion: v2
appVersion: 1.16.0
created: "2024-09-30T19:11:37.714423Z"
created: "2024-09-30T19:38:37.820068Z"
description: A Helm chart for Kubernetes
digest: 20d3fc045b83a86c017768b25560235756a75ae488b59c925f9efd9650bdaab5
name: flow-helm-chart
Expand All @@ -23,7 +33,7 @@ entries:
version: 0.1.20
- apiVersion: v2
appVersion: 1.16.0
created: "2024-09-30T19:11:37.706971Z"
created: "2024-09-30T19:38:37.816648Z"
description: A Helm chart for Kubernetes
digest: 84d26aff82459a901373126ad9b804fd9a401034bc34d16144276d4727af6332
name: flow-helm-chart
Expand All @@ -33,7 +43,7 @@ entries:
version: 0.1.19
- apiVersion: v2
appVersion: 1.16.0
created: "2024-09-30T19:11:37.700839Z"
created: "2024-09-30T19:38:37.812117Z"
description: A Helm chart for Kubernetes
digest: 8214339557d104d204e53023862c59163eefb6dc5b9c6243eb8c119db08b89b5
name: flow-helm-chart
Expand All @@ -43,7 +53,7 @@ entries:
version: 0.1.18
- apiVersion: v2
appVersion: 1.16.0
created: "2024-09-30T19:11:37.694871Z"
created: "2024-09-30T19:38:37.807001Z"
description: A Helm chart for Kubernetes
digest: 15fd17789bd305a1730693a02af64bc081165890bdaef9707d1f727d9e647e0e
name: flow-helm-chart
Expand All @@ -53,7 +63,7 @@ entries:
version: 0.1.17
- apiVersion: v2
appVersion: 1.16.0
created: "2024-09-30T19:11:37.68677Z"
created: "2024-09-30T19:38:37.794532Z"
description: A Helm chart for Kubernetes
digest: 1a1adf43ca0693f0f8563e8806beb24c38bdcc7b6e4fe98784833198fc33389f
name: flow-helm-chart
Expand All @@ -63,7 +73,7 @@ entries:
version: 0.1.16
- apiVersion: v2
appVersion: 1.16.0
created: "2024-09-30T19:11:37.678851Z"
created: "2024-09-30T19:38:37.78211Z"
description: A Helm chart for Kubernetes
digest: 0fa98b88f7eb4c6d7e8e55ebea89f8e29a326af051cef2a92d15de5c8648ad58
name: flow-helm-chart
Expand All @@ -73,12 +83,12 @@ entries:
version: 0.1.15
- apiVersion: v2
appVersion: 1.16.0
created: "2024-09-30T19:11:37.669842Z"
created: "2024-09-30T19:38:37.778931Z"
description: A Helm chart for Kubernetes
digest: 70e15d69083e3f7f34a7c9cf6211f5cb3b0c5a6e40dd01cb5d7de3c825384b31
name: flow-helm-chart
type: application
urls:
- flow-helm-chart-0.1.14.tgz
version: 0.1.14
generated: "2024-09-30T19:11:37.660472Z"
generated: "2024-09-30T19:38:37.773857Z"

0 comments on commit d8ac4d5

Please sign in to comment.