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
If, however, you're unable to deploy using the latest version of the buildpack, You can set an exact version of a buildpack by using a git revision in your `BUILDPACK_URL`. For example: `BUILDPACK_URL=https://github.com/dpiddy/heroku-buildpack-ruby-minimal#v13`
111
+
If, however, you're unable to deploy using the latest version of the buildpack, You can set an exact version of a buildpack by using a git revision in your `.buildpack`. For example: `https://github.com/dpiddy/heroku-buildpack-ruby-minimal#v13`
114
112
115
113
On your next `git push`, the custom buildpack will be used.
116
114
@@ -141,10 +139,13 @@ which has access. Use either the path of a private key file or the raw key mater
141
139
142
140
For example, to use a custom buildpack hosted at a private GitHub URL, ensure that an SSH public
143
141
key exists in your [GitHub settings][]. Then set `SSH_KEY` to the corresponding SSH private key
Copy file name to clipboardExpand all lines: src/managing-workflow/platform-monitoring.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ A production install of Grafana should have the following configuration values c
58
58
59
59
60
60
### On Cluster Persistence
61
-
Enabling persistence will allow your custom configuration to persist across pod restarts. This means that the default sqllite database (which stores things like sessions and user data) will not disappear if you upgrade the Workflow installation.
61
+
Enabling persistence will allow your custom configuration to persist across pod restarts. This means that the default sqllite database (which stores things like sessions and user data) will not disappear if you upgrade the Workflow installation.
62
62
63
63
If you wish to have persistence for Grafana you can set `enabled` to `true` in the `values.yaml` file before running `helm install`.
64
64
@@ -92,13 +92,13 @@ If you wish to have persistence for InfluxDB you can set `enabled` to `true` in
92
92
93
93
### Off Cluster Influxdb
94
94
95
-
To use off-cluster Influx, please provide the following values in the `values.yaml` file before running `helm install`.
95
+
To use off-cluster Influx v2, please provide the following values in the `values.yaml` file before running `helm install`.
Users of Drycc Workflow should now upgrade their drycc client to avoid getting `WARNING: Client and server API versions do not match. Please consider upgrading.` warnings.
0 commit comments