Skip to content

Commit 8e4a1c9

Browse files
authored
Merge pull request #23 from valkey-io/release-0.7.3
change readme and delete ingress templates with values
2 parents 6891863 + 5b837f6 commit 8e4a1c9

File tree

4 files changed

+7
-107
lines changed

4 files changed

+7
-107
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ This chart bootstraps a [Valkey](https://valkey.io) deployment using the Helm pa
3434

3535
---
3636

37+
## Slack
38+
You can also provide feedback or join the conversation with other developers, users, and contributors on the #[Valkey-helm](https://valkey-oss-developer.slack.com/archives/C09JZ6N2AAV) Slack channel.
39+
40+
---
3741
## License
3842

3943
BSD 3-Clause License

valkey/templates/ingress.yaml

Lines changed: 0 additions & 43 deletions
This file was deleted.

valkey/values.schema.json

Lines changed: 3 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -86,48 +86,6 @@
8686
"imagePullSecrets": {
8787
"type": "array"
8888
},
89-
"ingress": {
90-
"type": "object",
91-
"properties": {
92-
"annotations": {
93-
"type": "object"
94-
},
95-
"className": {
96-
"type": "string"
97-
},
98-
"enabled": {
99-
"type": "boolean"
100-
},
101-
"hosts": {
102-
"type": "array",
103-
"items": {
104-
"type": "object",
105-
"properties": {
106-
"host": {
107-
"type": "string"
108-
},
109-
"paths": {
110-
"type": "array",
111-
"items": {
112-
"type": "object",
113-
"properties": {
114-
"path": {
115-
"type": "string"
116-
},
117-
"pathType": {
118-
"type": "string"
119-
}
120-
}
121-
}
122-
}
123-
}
124-
}
125-
},
126-
"tls": {
127-
"type": "array"
128-
}
129-
}
130-
},
13189
"initResources": {
13290
"type": "object"
13391
},
@@ -235,12 +193,12 @@
235193
}
236194
}
237195
},
238-
"topologySpreadConstraints": {
239-
"type": "object"
240-
}
241196
"tolerations": {
242197
"type": "array"
243198
},
199+
"topologySpreadConstraints": {
200+
"type": "object"
201+
},
244202
"valkeyConfig": {
245203
"type": "string"
246204
},

valkey/values.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -55,25 +55,6 @@ service:
5555
# More info: https://kubernetes.io/docs/concepts/services-networking/network-policies/
5656
networkPolicy: {}
5757

58-
# Ingress configuration
59-
# More info: https://kubernetes.io/docs/concepts/services-networking/ingress/
60-
ingress:
61-
enabled: false
62-
className: ""
63-
annotations: {}
64-
# Example:
65-
# kubernetes.io/ingress.class: nginx
66-
# kubernetes.io/tls-acme: "true"
67-
hosts:
68-
- host: chart-example.local
69-
paths:
70-
- path: /
71-
pathType: ImplementationSpecific
72-
tls: []
73-
# - secretName: chart-example-tls
74-
# hosts:
75-
# - chart-example.local
76-
7758
# Resource limits/requests for the main Valkey container
7859
resources: {}
7960
# Example:

0 commit comments

Comments
 (0)