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
fix: v27 updates for installation references (#73)
* fix: v27 updates for installation references
- adds missing env vars (some introduced in prev versions also)
- fix some visual bug with using slashes to separate env vars
* missing another
|`clone-image`| default clone image to use for Vela injected clone step |`true`|`target/vela-git` (1) |`VELA_CLONE_IMAGE`|
39
-
|`github-driver`| enables using Github or GitHub Enterprise Server as a registry for templates |`false`|`false`|`COMPILER_GITHUB`\`VELA_COMPILER_GITHUB` |
40
-
|`github-url`| fully qualified url to GitHub or GitHub Enterprise Server for templates |`false`|`N/A`|`COMPILER_GITHUB_URL`\`VELA_COMPILER_GITHUB_URL` |
41
-
|`github-token`| token used for authentication when fetching registry templates |`false`|`N/A`|`COMPILER_GITHUB_TOKEN`\`VELA_COMPILER_GITHUB_TOKEN` |
42
-
|`modification-addr`| fully qualified url to endpoint for modifying pipelines |`false`|`N/A`|`MODIFICATION_ADDR`\`VELA_MODIFICATION_ADDR` |
43
-
|`modification-retries`| number of times to resend failed requests to the modification endpoint |`false`|`5`|`MODIFICATION_RETRIES`\`VELA_MODIFICATION_RETRIES` |
44
-
|`modification-secret`| authenticates communication between compiler and the modification endpoint |`false`|`N/A`|`MODIFICATION_SECRET`\`VELA_MODIFICATION_SECRET` |
45
-
|`modification-timeout`| timeout for requests sent to the modification endpoint |`false`|`8s`|`MODIFICATION_TIMEOUT`\`VELA_MODIFICATION_TIMEOUT` |
46
-
|`max-template-depth`| max depth for calling nested templates during compilation |`true`|`3`|`MAX_TEMPLATE_DEPTH`\`VELA_MAX_TEMPLATE_DEPTH` |
47
-
|`compiler-starlark-exec-limit`| execution step limit for compiling starlark pipelines |`true`|`7500`|`COMPILER_STARLARK_EXEC_LIMIT`\`VELA_COMPILER_STARLARK_EXEC_LIMIT` |
|`clone-image`| default clone image to use for Vela injected clone step |`true`|`target/vela-git` (1) |`VELA_CLONE_IMAGE`|
39
+
|`github-driver`| enables using Github or GitHub Enterprise Server as a registry for templates |`false`|`false`|`COMPILER_GITHUB`,`VELA_COMPILER_GITHUB`|
40
+
|`github-url`| fully qualified url to GitHub or GitHub Enterprise Server for templates |`false`|`N/A`|`COMPILER_GITHUB_URL`,`VELA_COMPILER_GITHUB_URL`|
41
+
|`github-token`| token used for authentication when fetching registry templates |`false`|`N/A`|`COMPILER_GITHUB_TOKEN`,`VELA_COMPILER_GITHUB_TOKEN`|
42
+
|`modification-addr`| fully qualified url to endpoint for modifying pipelines |`false`|`N/A`|`MODIFICATION_ADDR`,`VELA_MODIFICATION_ADDR`|
43
+
|`modification-retries`| number of times to resend failed requests to the modification endpoint |`false`|`5`|`MODIFICATION_RETRIES`,`VELA_MODIFICATION_RETRIES`|
44
+
|`modification-secret`| authenticates communication between compiler and the modification endpoint |`false`|`N/A`|`MODIFICATION_SECRET`,`VELA_MODIFICATION_SECRET`|
45
+
|`modification-timeout`| timeout for requests sent to the modification endpoint |`false`|`8s`|`MODIFICATION_TIMEOUT`,`VELA_MODIFICATION_TIMEOUT`|
46
+
|`max-template-depth`| max depth for calling nested templates during compilation |`true`|`3`|`MAX_TEMPLATE_DEPTH`,`VELA_MAX_TEMPLATE_DEPTH`|
47
+
|`compiler-starlark-exec-limit`| execution step limit for compiling starlark pipelines |`true`|`7500`|`COMPILER_STARLARK_EXEC_LIMIT`,`VELA_COMPILER_STARLARK_EXEC_LIMIT`|
48
48
49
49
_(1) this will be the latest available, tagged release of `target/vela-git` at the time the server component is released_
|`database.addr`| full connection string to the database |`true`|`sqlite3`|`DATABASE_ADDR`\`VELA_DATABASE_ADDR` |
26
-
|`database.driver`| type of client to control and operate the database |`true`|`vela.sqlite`|`DATABASE_DRIVER`\`VELA_DATABASE_DRIVER` |
27
-
|`database.compression.level`| level of compression for logs stored in the database |`true`|`3`|`DATABASE_COMPRESSION_LEVEL`\`VELA_DATABASE_COMPRESSION_LEVEL` |
28
-
|`database.connection.idle`| maximum number of idle connections to the database |`true`|`2`|`DATABASE_CONNECTION_IDLE`\`VELA_DATABASE_CONNECTION_IDLE` |
29
-
|`database.connection.life`| duration of time a connection is reusable |`true`|`30m`|`DATABASE_CONNECTION_LIFE`\`VELA_DATABASE_CONNECTION_LIFE` |
30
-
|`database.connection.open`| maximum number of open connections to the database |`true`|`0`|`DATABASE_CONNECTION_OPEN`\`VELA_DATABASE_CONNECTION_OPEN` |
31
-
|`database.encryption.key`| AES-256 key for encrypting/decrypting values in the database |`true`|`N/A`|`DATABASE_ENCRYPTION_KEY`\`VELA_DATABASE_ENCRYPTION_KEY` |
32
-
|`database.skip_creation`| skips the creation of tables and indexes in the database |`false`|`false`|`DATABASE_SKIP_CREATION`\`VELA_DATABASE_SKIP_CREATION` |
33
-
|`database.log.level`| log level for database |`false`|`warn`|`DATABASE_LOG_LEVEL` \ `VELA_DATABASE_LOG_LEVEL`|
34
-
|`database.log.show_sql`| show sql query in logs |`false`|`false`|`DATABASE_LOG_SHOW_SQL` \ `VELA_DATABASE_LOG_SHOW_SQL`|
35
-
|`database.log.skip_notfound`| skip logging not found errors |`false`|`true`|`DATABASE_LOG_SKIP_NOTFOUND` \ `VELA_DATABASE_LOG_SKIP_NOTFOUND`|
36
-
|`database.log.slow_threshold`| queries higher than this value are considered slow and logged |`false`|`200ms`|`DATABASE_LOG_SLOW_THRESHOLD` \ `VELA_DATABASE_LOG_SLOW_THRESHOLD`|
|`database.addr`| full connection string / DSN to the database |`true`|`vela.sqlite`|`DATABASE_ADDR`,`VELA_DATABASE_ADDR`|
26
+
|`database.driver`| type of client to control and operate the database |`true`|`sqlite3`|`DATABASE_DRIVER`,`VELA_DATABASE_DRIVER`|
27
+
|`database.compression.level`| level of compression for logs stored in the database |`true`|`3`|`DATABASE_COMPRESSION_LEVEL`,`VELA_DATABASE_COMPRESSION_LEVEL`|
28
+
|`database.connection.idle`| maximum number of idle connections to the database |`true`|`2`|`DATABASE_CONNECTION_IDLE`,`VELA_DATABASE_CONNECTION_IDLE`|
29
+
|`database.connection.life`| duration of time a connection is reusable |`true`|`30m`|`DATABASE_CONNECTION_LIFE`,`VELA_DATABASE_CONNECTION_LIFE`|
30
+
|`database.connection.open`| maximum number of open connections to the database |`true`|`0`|`DATABASE_CONNECTION_OPEN`,`VELA_DATABASE_CONNECTION_OPEN`|
31
+
|`database.encryption.key`| AES-256 key for encrypting/decrypting values in the database |`true`|`N/A`|`DATABASE_ENCRYPTION_KEY`,`VELA_DATABASE_ENCRYPTION_KEY`|
32
+
|`database.skip_creation`| skips the creation of tables and indexes in the database |`false`|`false`|`DATABASE_SKIP_CREATION`,`VELA_DATABASE_SKIP_CREATION`|
33
+
|`database.log.level`| log level for database |`false`|`warn`|`DATABASE_LOG_LEVEL` \ `VELA_DATABASE_LOG_LEVEL`|
34
+
|`database.log.show_sql`| show sql query in logs |`false`|`false`|`DATABASE_LOG_SHOW_SQL` \ `VELA_DATABASE_LOG_SHOW_SQL`|
35
+
|`database.log.skip_notfound`| skip logging not found errors |`false`|`true`|`DATABASE_LOG_SKIP_NOTFOUND` \ `VELA_DATABASE_LOG_SKIP_NOTFOUND`|
36
+
|`database.log.slow_threshold`| queries higher than this value are considered slow and logged |`false`|`200ms`|`DATABASE_LOG_SLOW_THRESHOLD` \ `VELA_DATABASE_LOG_SLOW_THRESHOLD`|
0 commit comments