Tim Hardeck
282593afb4
Add OCI registry based Helm example
...
the `version` part is used to determine which chart release should be
downloaded from the OCI based registry.
2022-09-16 06:33:33 +02:00
Mario Manno
1eee11d81d
Merge pull request #32 from manno/bump-more-guestbooks-examples
...
Bump more guestbook examples
2022-08-23 17:37:34 +02:00
Mario Manno
d18a4031cb
Bump more guestbook examples
...
The remaining examples rely on the released helm chart, which hasn't
been updated yet.
2022-08-23 17:35:47 +02:00
Mario Manno
16f3ab4340
Merge pull request #31 from manno/bump-guestbook-in-single-cluster
...
Bump guestbook example in single-cluster/manifests
2022-08-23 17:33:40 +02:00
Mario Manno
1e5fd644d2
Bump guestbook example in single-cluster/manifests
2022-08-23 17:30:16 +02:00
Mario Manno
c045a95b7e
Merge pull request #28 from manno/fleet-binary-matrix
...
Fix cached binary in CI workflow
2022-08-23 16:27:29 +02:00
Mario Manno
dd06d81cc9
Fix cached binary in CI workflow
...
Caching under the '0.3.9' key, but downloading 'latest'.
2022-08-23 15:57:45 +02:00
Mario Manno
00804eab6f
Merge pull request #27 from manno/bump-gb-frontend
...
Bump kubernetes-engines-sample guestbook to v5
2022-08-23 15:55:14 +02:00
Mario Manno
05a7410f62
Print fleet binary version before running tests
...
* remove interactive prompt for querying binary path
* add proper quotes around variables
* remove eval, not using FLEET_PATH to construct a command line
2022-08-23 15:37:05 +02:00
Mario Manno
130391eabd
Update expected bundle for single-cluster/helm-multi-chart
...
```
--- old 2022-08-23 14:54:35.433292445 +0200
+++ new 2022-08-23 14:54:29.933262742 +0200
@@ -9,11 +9,11 @@ annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/deploys-on-os: windows
catalog.cattle.io/display-name: Monitoring
- catalog.cattle.io/kube-version: '>=1.16.0-0'
+ catalog.cattle.io/kube-version: '>= 1.16.0-0 < 1.24.0-0'
catalog.cattle.io/namespace: cattle-monitoring-system
catalog.cattle.io/permits-os: linux,windows
catalog.cattle.io/provides-gvr: monitoring.coreos.com.prometheus/v1
- catalog.cattle.io/rancher-version: '>= 2.6.0-0 <=2.6.99-0'
+ catalog.cattle.io/rancher-version: '>= 2.6.0-0 < 2.7.0-0'
catalog.cattle.io/release-name: rancher-monitoring
catalog.cattle.io/requests-cpu: 4500m
catalog.cattle.io/requests-memory: 4000Mi
```
2022-08-23 14:55:18 +02:00
jkmgit
d613aab800
Bump kubernetes-engines-sample guestbook to v5
...
Source: https://github.com/GoogleCloudPlatform/kubernetes-engine-samples/tree/main/guestbook
2022-08-23 14:44:36 +02:00
Mario Manno
48c0fa1eb3
Merge pull request #25 from moio/master
...
Bump rancher-monitoring version
2022-08-23 11:35:41 +02:00
Mario Manno
763fe7f7de
Merge pull request #24 from manno/add-ci-badge-to-readme
...
Add CI badge to README
2022-06-23 11:31:01 +02:00
Mario Manno
8823455ace
Fix typo in ci's cron
2022-06-23 11:11:19 +02:00
Silvio Moioli
efb53b0015
Bump rancher-monitoring version
...
Old version's CRDs are not installable on modern k8s versions
(>= v1.22).
Signed-off-by: Silvio Moioli <silvio@moioli.net >
2022-06-17 17:23:24 +02:00
Mario Manno
1627655f79
Add CI badge to README
2022-06-10 15:13:31 +02:00
Mario Manno
ffdc8d483b
Merge pull request #19 from moio/redis_no_vsyscall
...
Update Redis images to avoid vsyscall use
2022-06-10 15:11:16 +02:00
Mario Manno
fc1b9b26ca
Merge pull request #23 from manno/add-test-workflow
...
Add workflow to run test.sh
2022-06-10 10:44:09 +02:00
Mario Manno
13294c951c
Update .github/workflows/ci.yml
...
Co-authored-by: Silvio Moioli <moio@suse.com >
2022-06-10 10:29:04 +02:00
Arvind Iyengar
531e44a8af
Merge pull request #21 from moio/fix_test_script
...
Tests: run only on directories there are examples for
2022-06-09 14:32:52 -07:00
Arvind Iyengar
368a8f170d
Merge pull request #20 from moio/fix_fixtures
...
Tests: fix examples
2022-06-09 14:32:03 -07:00
Mario Manno
e1426dd688
Add workflow to run test.sh
...
This runs test.sh with a release Fleet CLI.
2022-06-09 11:19:42 +02:00
Silvio Moioli
e8da7b6557
Align all examples to the same images
...
Signed-off-by: Silvio Moioli <silvio@moioli.net >
2022-05-23 15:59:47 +02:00
Silvio Moioli
4eb268c81f
Tests: run only on directories there are examples for
...
Signed-off-by: Silvio Moioli <silvio@moioli.net >
2022-05-23 14:45:43 +02:00
Silvio Moioli
131daa64b4
Fix expected output after making chart version fixed
...
Signed-off-by: Silvio Moioli <silvio@moioli.net >
2022-05-23 14:15:29 +02:00
Silvio Moioli
ed52ffe8d9
Make chart versions fixed to make tests repeatable
...
Signed-off-by: Silvio Moioli <silvio@moioli.net >
2022-05-23 14:14:16 +02:00
Silvio Moioli
41d6e98b42
Tests: fix expectation
...
Signed-off-by: Silvio Moioli <silvio@moioli.net >
2022-05-23 14:12:57 +02:00
Silvio Moioli
100dac8bc2
Fix multi-cluster examples
...
Signed-off-by: Silvio Moioli <silvio@moioli.net >
2022-05-16 15:37:52 +02:00
Silvio Moioli
77deaaf776
Bump redis container version
...
Signed-off-by: Silvio Moioli <silvio@moioli.net >
2022-05-16 14:16:07 +02:00
Silvio Moioli
e5a81ac5f4
Update Redis slave image
...
The old image required the `vsyscall=emulate` kernel parameter to work
correctly because of an old glibc version which is incompatible with
newer kernels.
This fails with Rancher Desktop for example.
Details at: https://github.com/rancher-sandbox/rancher-desktop/issues/2215
2022-05-16 13:54:05 +02:00
Jamie Phillips
aed1efaf4b
Merge pull request #18 from slickwarren/cwarren/windows-2022
...
adding windows 2022 support in windows examples
2022-03-25 19:22:29 -04:00
Caleb Warren
ef8e21c6b0
adding windows 2022 support
2022-03-25 15:55:29 -07:00
Nick Gerace
43d73d5181
Merge pull request #10 from peterolivosuse/patch-1
...
One more example typo.
2021-07-06 13:20:21 -04:00
peterolivosuse
d6a438b127
One more example typo.
2021-05-05 14:18:36 -05:00
Nick Gerace
a4364e6227
Merge pull request #9 from nickgerace/master
...
Make windows.version table consistent
2021-02-18 17:11:20 -05:00
Nick Gerace
f7b1b99daf
Make windows.version table consistent
2021-02-18 17:10:23 -05:00
Nick Gerace
52345489bf
Merge pull request #8 from nickgerace/master
...
Add Fleet version requirement for Windows
2021-02-18 17:00:29 -05:00
Nick Gerace
b8624fb697
Add Fleet version requirement for Windows
2021-02-18 16:58:13 -05:00
Nick Gerace
f439b19b7b
Merge pull request #7 from nickgerace/master
...
Make Windows multi-cluster
2021-02-18 16:45:41 -05:00
Nick Gerace
3162ee1212
Make Windows multi-cluster
...
Make Windows a multi-cluster example. Allow test to use fleet binaries
from any path.
2021-02-18 16:05:51 -05:00
Nick Gerace
2ec09778b8
Merge pull request #6 from nickgerace/master-windows
...
Fix indent for windows tolerations
2021-02-18 11:35:30 -05:00
Nick Gerace
38b6c37ebb
Fix indent for windows tolerations
2021-02-18 11:34:52 -05:00
Daishan Peng
6b2bad1a46
Merge pull request #4 from ron1/use-fleet-default-ns-for-mc-examples
...
Correct multi-cluster README.md GitRepo manifests to use 'fleet-default' namespace
2021-02-12 08:57:28 -07:00
Nick Gerace
70321411c6
Merge pull request #5 from nickgerace/master
...
Add Windows helm example
2021-02-04 14:07:08 -05:00
Nick Gerace
5be7ae7e98
Add Windows helm example
2021-02-04 09:47:25 -05:00
ron1
5c6a933ae2
Correct multi-cluster README.md GitRepo manifests to use 'fleet-default' namespace
2020-12-09 01:16:18 -05:00
Bill Maxwell
c6e54d7a56
Merge pull request #3 from dharmendrakariya/patch-1
...
Update README.md
2020-12-01 20:35:38 -07:00
Darren Shepherd
c1027029a9
Merge pull request #2 from ron1/fix-typos-in-examples
...
Correct typos in examples
2020-12-01 20:30:49 -07:00
dharmendra kariya
cb91a9b651
Update README.md
2020-11-23 12:09:55 +05:30
ron1
ade52e7e07
Correct typos in examples
2020-11-19 06:11:21 -05:00