Samuel Attwood
9a98f85d31
Adding assets
2022-01-11 13:58:10 -05:00
Samuel Attwood
c8bc9c3fa6
Adding assets
2022-01-11 00:32:59 -05:00
Samuel Attwood
65a313fbaa
Adding assets
2022-01-08 02:05:33 -05:00
Samuel Attwood
5f93c9c4f9
Adding assets
2022-01-07 19:17:50 -05:00
Samuel Attwood
562bad9dd3
Adding assets
2022-01-07 17:57:40 -05:00
Samuel Attwood
279d325830
Adding assets
2022-01-06 00:48:21 -05:00
Samuel Attwood
2c38a2d7c6
Adding assets
2021-12-28 16:33:45 -05:00
Samuel Attwood
174335e3fb
Adding assets
2021-12-28 16:10:58 -05:00
Samuel Attwood
9eca31f625
Adding assets
2021-12-17 16:27:34 -05:00
Samuel Attwood
a1c406f8a3
Adding assets
2021-12-15 20:49:30 -05:00
Samuel Attwood
baebb555f2
Adding assets
2021-12-09 22:52:04 -05:00
Samuel Attwood
e794e6600a
Adding assets
2021-12-09 18:19:58 -05:00
Samuel Attwood
a9e31bdc85
Adding assets
2021-12-09 12:19:10 -05:00
Samuel Attwood
25aac819b4
Adding assets
2021-12-09 01:08:13 -05:00
Samuel Attwood
66be4f852d
Adding assets
2021-12-07 16:26:32 -05:00
Samuel Attwood
65bde787f9
Adding assets
2021-12-07 10:34:45 -05:00
Samuel Attwood
1d6d42fc58
Adding assets
2021-12-06 14:57:39 -05:00
Samuel Attwood
b6586d5291
Adding assets
2021-12-03 15:19:58 -05:00
Samuel Attwood
6aaea1fa37
Adding assets
2021-12-01 14:20:48 -05:00
Samuel Attwood
9b4fd15e87
Adding assets
2021-12-01 12:36:43 -05:00
Samuel Attwood
1c3d76e55e
Adding assets
2021-12-01 12:26:30 -05:00
Samuel Attwood
8b077cbad5
Adding assets
2021-11-23 15:05:19 -05:00
Samuel Attwood
66322c8142
Adding assets
2021-11-23 13:04:14 -05:00
Samuel Attwood
d7334e9e56
Adding assets
2021-11-17 11:20:27 -05:00
Samuel Attwood
8e9baf8fbe
Adding assets
2021-11-12 13:21:56 -05:00
Samuel Attwood
5692be9329
Adding assets
2021-11-10 16:23:32 -05:00
Samuel Attwood
2083c03475
Adding assets
2021-11-09 16:53:41 -05:00
Samuel Attwood
0c3b9e4491
Adding assets
2021-11-09 16:32:47 -05:00
root
fa57d6c8d2
Add Assets
2021-11-09 13:44:09 -07:00
root
29062fb2a7
Add Assets
2021-11-02 11:37:05 -06:00
root
5f8503492e
Add Assets
2021-11-01 22:53:38 -06:00
root
a786c3ca08
Add Assets
2021-10-22 13:18:11 -06:00
root
03796874a7
Add Assets
2021-10-21 22:41:28 -06:00
root
c690528bc2
Add Assets
2021-10-18 20:51:13 -06:00
root
f93ce3b6b6
Add Assets
2021-10-14 14:53:16 -06:00
root
ade29500fc
Add Assets
2021-10-13 15:13:04 -06:00
root
966d5437c4
Add Assets
2021-10-13 14:04:58 -06:00
root
d2b40c7e87
Add Assets
2021-10-13 13:36:01 -06:00
root
2d22eccf31
Add Assets
2021-10-12 19:19:25 -06:00
root
266f1de37a
Add Assets
2021-10-12 15:19:05 -06:00
root
1a62510c01
Add Assets
2021-10-12 14:49:48 -06:00
root
2c1566958d
Add Assets
2021-10-11 21:32:34 -06:00
root
d2b010146f
Add Assets
2021-10-11 10:24:16 -06:00
root
1ae9061692
Add Assets
2021-10-07 14:32:26 -06:00
root
bd48454ea9
Add Assets
2021-10-07 13:36:33 -06:00
root
4212ac2e90
Add Assets
2021-10-07 12:14:24 -06:00
root
612ef5424d
Add Assets
2021-10-06 20:03:32 -06:00
root
600e7da943
Add Assets
2021-10-06 14:52:14 -06:00
root
d816baa57d
Add Assets
2021-10-06 00:02:29 -06:00
Steven Crespo
10868ffc85
Add assets
2021-09-23 12:55:38 -07:00
Steven Crespo
b1f5303ffb
Add assets
2021-09-03 21:25:31 -07:00
Steven Crespo
be81892789
Add assets
2021-09-02 18:37:15 -07:00
Steven Crespo
220a249c12
Add assets
2021-08-24 13:48:44 -07:00
Steven Crespo
9cea05e46e
Add assets
2021-08-18 15:53:37 -07:00
Arvind Iyengar
a5a34083bc
Regenerate index
...
This is commit 1/2 that adds the changes introduced from the following bash command:
```
REPOSITORY=https://github.com/rancher/partner-charts.git BRANCH=main ./scripts/regenerate-assets
```
2021-06-23 18:08:32 -07:00
Arvind Iyengar
41119b5189
Autogenerate template for scripts v0.2.1
...
```bash
# Pull in the latest scripts
curl -s https://raw.githubusercontent.com/rancher/charts-build-scripts/master/init.sh > /dev/null | BRANCH_ROLE=live sh
# Change the helm repo name back to partner-charts.rancher.io
yq eval -i '.helmRepo.cname = "partner-charts.rancher.io"' configuration.yaml
# Use the latest version of the scripts
sed -i'.bak' "s/CHARTS_BUILD_SCRIPT_VERSION=.*/CHARTS_BUILD_SCRIPT_VERSION=v0.2.1/" scripts/version; rm scripts/version.bak
# Pull in the latest docs
make template
```
2021-06-23 18:03:32 -07:00
actions
4dadc07b6a
Generated changes
2021-06-23 22:26:42 +00:00
actions
f5da906360
Generated changes
2021-06-22 23:38:18 +00:00
actions
fd0c697a5b
Generated changes
2021-06-17 21:55:05 +00:00
actions
3a8db69ae5
Generated changes
2021-06-16 21:03:23 +00:00
actions
f08a34b1c0
Generated changes
2021-06-16 21:03:14 +00:00
actions
73c3601f7e
Generated changes
2021-06-16 21:03:06 +00:00
actions
8d8156d70a
Generated changes
2021-04-30 00:26:59 +00:00
actions
83e9b54315
Generated changes
2021-04-30 00:23:57 +00:00
actions
2cd5e85145
Generated changes
2021-04-30 00:22:55 +00:00
actions
1e7fd4c440
Generated changes
2021-04-13 23:59:35 +00:00
actions
144ca5a77e
Generated changes
2021-04-13 23:45:41 +00:00
actions
ac39e0c429
Generated changes
2021-03-09 00:13:51 +00:00
Bob Adair
aaf1b60259
Add CloudCasa logo to assets/logos
2021-03-08 18:50:58 -05:00
actions
9f5646c01f
Generated changes
2021-02-26 18:58:10 +00:00
actions
bb1f1d193d
Generated changes
2021-02-26 18:55:49 +00:00
actions
37d594af16
Generated changes
2021-02-25 22:46:38 +00:00
actions
92b849562d
Generated changes
2021-02-25 20:17:31 +00:00
actions
be01f02a5d
Generated changes
2021-02-16 21:56:04 +00:00
actions
671f602495
Generated changes
2021-02-09 10:02:00 +00:00
actions
6a15eca9f9
Generated changes
2021-01-27 17:17:09 +00:00
actions
b237e55039
Generated changes
2021-01-19 17:16:49 +00:00
actions
a276b1dd42
Generated changes
2020-12-21 19:54:48 +00:00
actions
731f1e046a
Generated changes
2020-10-19 19:35:34 +00:00
actions
27dedef6f1
Generated changes
2020-09-25 22:06:59 +00:00
actions
92680c8c88
Generated changes
2020-09-25 18:35:57 +00:00
actions
a837d671b3
Generated changes
2020-09-23 20:05:24 +00:00
PennyScissors
b10d2ec665
Generated changes
2020-09-22 21:29:07 +00:00
Steven Crespo
4666d1a27b
Remove tgz
2020-09-21 19:20:57 -07:00
deniseschannon
065c5fe0e6
Generated changes
2020-09-10 18:19:56 +00:00
deniseschannon
39112672d9
Generated changes
2020-08-24 23:48:43 +00:00
deniseschannon
c4c05196ae
Generated changes
2020-08-24 23:47:43 +00:00
deniseschannon
3ee46cd4f0
Generated changes
2020-08-17 23:41:17 +00:00
deniseschannon
949cf0e10e
Generated changes
2020-08-17 23:36:38 +00:00
ibuildthecloud
af75b6538b
Generated changes
2020-08-15 00:00:36 +00:00
Steven Crespo
71903108e8
Remove tgz to update with app-readme extension fix
2020-08-14 14:39:00 -07:00
ibuildthecloud
ca68799c48
Generated changes
2020-08-13 22:06:13 +00:00
deniseschannon
c6791ef835
Generated changes
2020-08-12 04:14:25 +00:00
Denise
d2ad3db9bb
Merge pull request #25 from PennyScissors/update-dynatrace-package-url
...
Update dynatrace package to reference helm repo
2020-08-11 21:13:56 -07:00
deniseschannon
0847be762f
Generated changes
2020-08-12 04:08:00 +00:00
Steven Crespo
7b326cdb69
Update dynatrace package to reference helm repo
2020-08-10 17:33:01 -07:00
deniseschannon
748f859e22
Generated changes
2020-08-07 22:41:40 +00:00
deniseschannon
ff68c4433c
Generated changes
2020-08-06 05:31:18 +00:00
deniseschannon
48b8ae4e2b
Generated changes
2020-08-06 05:30:13 +00:00
deniseschannon
a2e40433b3
Generated changes
2020-08-06 05:29:26 +00:00
deniseschannon
dcb7d43cda
Generated changes
2020-08-06 05:28:30 +00:00
deniseschannon
edbb37d582
Generated changes
2020-08-06 05:27:44 +00:00
deniseschannon
52abb5ad33
Generated changes
2020-08-05 04:27:01 +00:00
Steven Crespo
95397c14d2
Remove categories in questions
2020-08-04 21:26:42 -07:00
deniseschannon
207fbf8bac
Generated changes
2020-08-04 00:27:59 +00:00
Steven Crespo
05f352b903
Remove system suffix from namespace
...
Remove `-system` suffix from chart `dynatrace-oneagent-operator` as it
is not needed for partner charts.
2020-08-03 17:27:41 -07:00
ibuildthecloud
9be74b3403
Generated changes
2020-08-03 05:58:41 +00:00