You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# You can also update multiple file or multiple images in one file.
69
-
# The following example updates the Varnish image in the production cluster for main-de1 and main-us1. It also updates two images one is used for the init container and the other one for the normal container.
|`dockerusername`| Username for the Docker Registry ||
85
-
|`dockerpassword`| Password for the Docker Registry ||
86
-
|`dockerfile`| Dockerfile |`./Dockerfile`|
87
-
|`dockerbuildargs`| List of build-time variables ||
88
-
|`dockerbuildtarget`| Sets the target stage to build like: "runtime" ||
89
-
|`gitopsenabled`| Update the manifest files in the GitOps repository |`true`|
90
-
|`gitopsorganization`| GitHub Organization for GitOps |`Staffbase`|
91
-
|`gitopsrepository`| GitHub Repository for GitOps |`mops`|
92
-
|`gitopsuser`| GitHub User for GitOps |`Staffbot`|
93
-
|`gitopsemail`| GitHub User for GitOps |`staffbot@staffbase.com`|
94
-
|`gitopstoken`| GitHub Token for GitOps ||
95
-
|`gitopsdev`| Files which should be updated by the GitHub Action for DEV ||
96
-
|`gitopsstage`| Files which should be updated by the GitHub Action for STAGE ||
97
-
|`gitopsprod`| Files which should be updated by the GitHub Action for PROD ||
98
-
|`workingdirectory`| The directory in which the GitOps action should be executed. The dockerfile variable should be relative to working directory. |`.`|
| `docker-username` | Username for the Docker Registry | |
113
+
| `docker-password` | Password for the Docker Registry | |
114
+
| `docker-file` | Dockerfile | `./Dockerfile` |
115
+
| `docker-build-args` | List of build-time variables | |
116
+
| `docker-build-target` | Sets the target stage to build like: "runtime"| |
117
+
| `gitops-organization` | GitHub Organization for GitOps | `Staffbase` |
118
+
| `gitops-repository` | GitHub Repository for GitOps | `mops` |
119
+
| `gitops-user` | GitHub User for GitOps | `Staffbot` |
120
+
| `gitops-email` | GitHub Email for GitOps | `staffbot@staffbase.com` |
121
+
| `gitops-token` | GitHub Token for GitOps | |
122
+
| `gitops-dev` | Files which should be updated by the GitHub Action for DEV, must be relative to the root of the GitOps repository | |
123
+
| `gitops-stage` | Files which should be updated by the GitHub Action for STAGE, must be relative to the root of the GitOps repository | |
124
+
| `gitops-prod` | Files which should be updated by the GitHub Action for PROD, must be relative to the root of the GitOps repository | |
125
+
| `working-directory` | The directory in which the GitOps action should be executed. The docker-file variable should be relative to working directory. | `.` |
99
126
100
127
## Contributing
101
128
@@ -105,8 +132,6 @@ Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduc
105
132
106
133
This project is licensed under the Apache-2.0 License - see the [LICENSE.md](LICENSE) file for details.
0 commit comments