Stefan Prodan
885a35eebf
Update Go to v1.16
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-03-21 13:37:26 +02:00
Stefan Prodan
d36c523e67
Merge pull request #124 from runyontr/redis-connection-fix
...
chart: Fix Redis backend url
2021-03-05 16:45:20 +02:00
Thomas Runyon
43b05fb948
Update redis backend url
...
The connection information for redis does not match the service entry.
2021-03-05 08:56:23 -05:00
Stefan Prodan
6856337c57
Merge pull request #123 from mhulscher/servicemonitor-should-select-own-namespace-only
...
fix(chart): ensure that the servicemonitor only selects its own namespace
2021-03-01 16:51:08 +02:00
Mitch Hulscher
2b603bedcd
fix(chart): ensure that the servicemonitor only selects its own namespace
2021-03-01 14:59:19 +01:00
Stefan Prodan
e43ebfa5bf
Merge pull request #121 from stefanprodan/release-5.1.4
...
Release v5.1.4
5.1.4
2021-02-02 16:26:20 +02:00
Stefan Prodan
c914acb34d
Release v5.1.4
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-02-02 16:20:22 +02:00
Stefan Prodan
982713606e
Merge pull request #120 from 181192/service-monitor-selector
...
chart: Fix ServiceMonitor matchLabels for service
2021-02-02 10:03:57 +02:00
181192
63c0d0afe5
Fix servicemonitor matchLabels for service
...
Signed-off-by: 181192 <k@kalli.no >
2021-02-01 18:47:54 +01:00
Stefan Prodan
4407939ea3
Merge pull request #119 from stefanprodan/release-5.1.3
...
Release v5.1.3
5.1.3
2021-01-31 12:41:08 +02:00
Stefan Prodan
ee6df13f57
Release v5.1.3
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-01-31 12:36:06 +02:00
Stefan Prodan
97f9aca039
Merge pull request #118 from stefanprodan/remove-helmv2-tests
...
Refactor e2e tests
2021-01-28 16:11:27 +02:00
Stefan Prodan
f30e3f89ed
Refactor e2e tests
...
- remove Helm v2 and Tiller
- update Helm v3 to 3.5.0
- rename scripts dir to test
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-01-28 13:05:34 +02:00
Stefan Prodan
f220644263
Merge pull request #117 from a-vorobiev/fix/use-group
...
Fix adduser param to actually use 'app' group
2021-01-26 10:57:35 +02:00
Anton Vorobiev
9e066ebc7b
Fix adduser param to actually use 'app' group
2021-01-23 21:58:49 +01:00
Stefan Prodan
855f7724be
Merge pull request #113 from stefanprodan/release-5.1.2
...
Release v5.1.2
5.1.2
2020-12-14 13:22:23 +02:00
Stefan Prodan
33d1e950a9
Release v5.1.2
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2020-12-14 13:13:47 +02:00
Stefan Prodan
ec57c11356
Merge pull request #112 from ErezArbell/patch-1
...
Add quoting support in ingress to allow wildcard domain
2020-12-14 10:18:00 +02:00
ErezArbell
f0d7f0adca
Add quoting support in ingress to allow wildcard domain
...
YAML requires asterisk to be quoted.
If we want to use wildcard host in the ingress so we put in values.yaml something like
```
ingress:
tls:
- secretName: my-secret-tls
hosts:
- '*.example.com'
```
then Helm removes the quote mark before putting the hosts value in the ingress, so the ingress will have this unquoted and will give error:
```
Error: YAML parse error on podinfo/templates/ingress.yaml: error converting YAML to JSON: yaml: line 21: did not find expected alphabetic or numeric character
```
See same issue : <https://github.com/helm/helm/issues/3936 >.
and this PR that fixes it in Helm code: <https://github.com/helm/helm/pull/3956 >.
This fix applies the same to podinfo.
2020-12-14 09:44:50 +02:00
Stefan Prodan
9f4d31a8c4
Merge pull request #111 from stefanprodan/release-v5.1.1
...
Release v5.1.1
5.1.1
2020-12-09 11:11:53 +02:00
Stefan Prodan
95eafd32f9
Release v5.1.1
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2020-12-09 10:25:36 +02:00
Stefan Prodan
86dbbf7254
Merge pull request #109 from ut8ia/patch-1
...
Issue : silence on config file missing error
2020-12-08 18:05:26 +02:00
Stefan Prodan
b13ec2ddb4
Merge pull request #110 from stefanprodan/release-v5.1.0
...
Release v5.1.0
5.1.0
2020-12-08 17:43:37 +02:00
Stefan Prodan
0f7a876dae
Release v5.1.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2020-12-08 17:36:23 +02:00
Eugene Anufriev
837ff33ee0
Issue : silence on config file missing error
...
Any information in case when config file not exist or path\filename configured incorrectly.
It is not clear now.
Propose: handle such situation and inform about that.
2020-12-02 17:46:56 +02:00
Stefan Prodan
4735f54368
Merge pull request #108 from dmccaffery/feat/secure-port-chart
...
feat(charts): add tls support to helm chart
2020-11-20 15:43:54 +02:00
Deavon M. McCaffery
35c9128bca
fix(charts): fix default tls port in deployment
2020-11-19 15:41:06 +00:00
Deavon M. McCaffery
411bce81c0
build: update e2e tests to validate secure-port
...
* pull out script blocks into `hack` path
* update e2e workflow to use scripts in `hack`
* install cert manager and self-signed cluster issuer in e2e
* deploy podinfo with secure port and certificate enabled
* add `hack/e2e.sh` script, which can be used to execute the github
workflow locally
2020-11-19 03:04:36 +00:00
Deavon M. McCaffery
1ac286c3b0
feat(charts): add tls support to helm chart
...
* add tls variable block to configure service and pod with secure-port
* add ability to create cert-manager certificate
* add support for host ports (both http and https)
* add helm test for tls port
* add example values for secure-port deployment
- this assumes certificate manager is deployed to the cluster
2020-11-19 02:46:25 +00:00
Stefan Prodan
b496853d32
Merge pull request #106 from dmccaffery/feat/secure-port
...
feat(podinfo): add secure port for end-to-end tls
2020-11-18 15:16:19 +02:00
Deavon M. McCaffery
9ca49aa442
build: replace add-path with environment files
2020-11-18 12:44:58 +00:00
Deavon M. McCaffery
bc809cd763
docs(deploy): add script to test podinfo using kind
2020-11-17 23:04:55 +00:00
Deavon M. McCaffery
046ac8a4a5
docs(deploy): add kube manifests for secure-port example
2020-11-17 23:04:35 +00:00
Deavon M. McCaffery
c38f357872
feat(podinfo): add secure port for end-to-end tls
...
* add `secure-port` argument to podinfo
* add `cert-path` argument to podinfo
* add http server for secure port
* normalise http/https server start
2020-11-17 23:01:41 +00:00
Stefan Prodan
95be17be1d
Merge pull request #103 from stefanprodan/release-v5.0.3
...
Release v5.0.3
5.0.3
2020-10-28 11:50:48 +02:00
Stefan Prodan
5c30dfefc7
Release v5.0.3
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2020-10-28 11:43:11 +02:00
Stefan Prodan
d1829ea9ec
Merge pull request #102 from stefanprodan/clean-up
...
Update modules and swagger docs
2020-10-28 11:41:02 +02:00
Stefan Prodan
06f2276501
Update packages
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2020-10-28 11:24:52 +02:00
Stefan Prodan
13f7ec7ba1
Update swagger docs
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2020-10-28 11:22:26 +02:00
Stefan Prodan
e9d5f7965f
Remove deprecated CLI code cmd
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2020-10-28 10:59:50 +02:00
Stefan Prodan
6596ed08de
Merge pull request #101 from stefanprodan/release-5.0.2
...
Release v5.0.2
5.0.2
2020-10-06 09:59:15 +03:00
stefanprodan
4c0dfaef0e
Release v5.0.2
2020-10-06 09:51:18 +03:00
Stefan Prodan
36e5ceaee2
Merge pull request #100 from hiddeco/chart/introduce-prod-values
...
chart: introduce prod values values
2020-10-06 00:53:10 +03:00
Hidde Beydals
5281c2d9a8
chart: introduce prod values
2020-10-05 23:39:16 +02:00
Stefan Prodan
7411da595c
Merge pull request #99 from stefanprodan/release-v5.0.1
...
Release v5.0.1
5.0.1
2020-09-21 10:48:25 +03:00
stefanprodan
44f8ae96eb
Release v5.0.1
2020-09-21 09:57:49 +03:00
Stefan Prodan
0cab9bf6b2
Merge pull request #98 from stefanprodan/arm-v6
...
Drop support for linux/arm/v6
2020-09-21 09:35:01 +03:00
stefanprodan
7111121165
Drop support for linux/arm/v6
2020-09-21 09:21:55 +03:00
stefanprodan
9299a2d1f3
Push semver to GHCR
5.0.0
2020-09-20 15:10:57 +03:00
Stefan Prodan
8d90770909
Merge pull request #97 from stefanprodan/release-v5.0.0
...
Release v5.0.0
2020-09-20 14:37:24 +03:00