File tree 1 file changed +38
-11
lines changed
1 file changed +38
-11
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ However when upgrading to 4.x versions from 3.x or earlier, the following must b
13
13
14
14
### 4.x upgrade
15
15
16
- The following must be run to ensure that all the Rundeck files are owned by the correct uid/gid .
16
+ The following must be run to ensure that all the Rundeck files are owned by the correct UID/GID .
17
17
18
18
```
19
19
find . -uid 102 -exec chown --no-dereference 103 {} \;
@@ -52,6 +52,13 @@ rundeck_tokens:
52
52
- user: apiadmin
53
53
token: somerandomstring
54
54
role: admin
55
+
56
+ rundeck_triggers_registry_rules:
57
+ - rule:
58
+ name: ^myrepo/myapp$
59
+ tag: ^develop-.*$
60
+ actions:
61
+ - rundeck MyProject appDeployAll app_group=my-app dryrun=false "image_tag=${image_tag}"
55
62
```
56
63
57
64
The global config (` /etc/rundeck ` ) directory is intended to be managed by the config options above and not editable at runtime.
@@ -116,43 +123,63 @@ The directory structure looks like:
116
123
├── argo-3.4
117
124
│ └── bin
118
125
│ └── argo
126
+ ├── argo-3.5
127
+ │ └── bin
128
+ │ └── argo
129
+ ├── argo-3.6
130
+ │ └── bin
131
+ │ └── argo
119
132
├── bin
133
+ │ ├── crane
134
+ │ ├── h2-2.1.210.jar
135
+ │ ├── h2-shell.sh
120
136
│ ├── lego
121
- │ └── sops
137
+ │ ├── oras
138
+ │ ├── sops
139
+ │ └── yq
122
140
├── helm-3.10
123
141
│ └── bin
124
142
│ └── helm
125
143
├── helm-3.11
126
144
│ └── bin
127
145
│ └── helm
128
- ├── helm-3.6
146
+ ├── helm-3.12
147
+ │ └── bin
148
+ │ └── helm
149
+ ├── helm-3.13
129
150
│ └── bin
130
151
│ └── helm
131
- ├── helm-3.7
152
+ ├── helm-3.14
132
153
│ └── bin
133
154
│ └── helm
134
- ├── helm-3.8
155
+ ├── helm-3.15
156
+ │ └── bin
157
+ │ └── helm
158
+ ├── helm-3.16
135
159
│ └── bin
136
160
│ └── helm
137
161
├── helm-3.9
138
162
│ └── bin
139
163
│ └── helm
140
- ├── kubectl-1.21
164
+ ├── kubectl-1.25
141
165
│ └── bin
142
166
│ └── kubectl
143
- ├── kubectl-1.22
167
+ ├── kubectl-1.26
144
168
│ └── bin
145
169
│ └── kubectl
146
- ├── kubectl-1.23
170
+ ├── kubectl-1.27
147
171
│ └── bin
148
172
│ └── kubectl
149
- ├── kubectl-1.24
173
+ ├── kubectl-1.28
150
174
│ └── bin
151
175
│ └── kubectl
152
- ├── kubectl-1.25
176
+ ├── kubectl-1.29
153
177
│ └── bin
154
178
│ └── kubectl
155
- ├── kubectl-1.26
179
+ ├── kubectl-1.30
180
+ │ └── bin
181
+ │ └── kubectl
182
+ ├── kubectl-1.31
156
183
│ └── bin
157
184
│ └── kubectl
158
185
└── rundeck-plugins
You can’t perform that action at this time.
0 commit comments