Skip to content

Commit

Permalink
Update default TAP repository and tag
Browse files Browse the repository at this point in the history
Use tap-schema-mock as the repository for the default TAP schema
image in values.yaml for the use of Renovate. This should have the
same version as all the environment-specific ones.

Update the version to 2.0.2, which is the current version.
  • Loading branch information
rra committed Jul 6, 2023
1 parent fd2e1cb commit 3fac470
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions applications/livetap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ IVOA TAP service
| resources | object | `{}` | Resource limits and requests for the Gafaelfawr frontend pod |
| tapSchema.affinity | object | `{}` | Affinity rules for the mock QServ pod |
| tapSchema.image.pullPolicy | string | `"IfNotPresent"` | Pull policy for the TAP schema image |
| tapSchema.image.repository | string | `"lsstsqre/tap-schema-idfprod-tap"` | TAP schema image to ue. This must be overridden by each environment with the TAP schema for that environment. |
| tapSchema.image.tag | string | `"2.0.1"` | Tag of TAP schema image |
| tapSchema.image.repository | string | `"lsstsqre/tap-schema-mock"` | TAP schema image to ue. This must be overridden by each environment with the TAP schema for that environment. |
| tapSchema.image.tag | string | `"2.0.2"` | Tag of TAP schema image |
| tapSchema.nodeSelector | object | `{}` | Node selection rules for the mock QServ pod |
| tapSchema.podAnnotations | object | `{}` | Annotations for the mock QServ pod |
| tapSchema.resources | object | `{}` | Resource limits and requests for the TAP schema database pod |
Expand Down
4 changes: 2 additions & 2 deletions applications/livetap/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@ tapSchema:
image:
# -- TAP schema image to ue. This must be overridden by each environment
# with the TAP schema for that environment.
repository: "lsstsqre/tap-schema-idfprod-tap"
repository: "lsstsqre/tap-schema-mock"

# -- Pull policy for the TAP schema image
pullPolicy: "IfNotPresent"

# -- Tag of TAP schema image
tag: "2.0.1"
tag: "2.0.2"

# -- Resource limits and requests for the TAP schema database pod
resources: {}
Expand Down
4 changes: 2 additions & 2 deletions applications/ssotap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ IVOA TAP service
| resources | object | `{}` | Resource limits and requests for the Gafaelfawr frontend pod |
| tapSchema.affinity | object | `{}` | Affinity rules for the mock QServ pod |
| tapSchema.image.pullPolicy | string | `"IfNotPresent"` | Pull policy for the TAP schema image |
| tapSchema.image.repository | string | `"lsstsqre/tap-schema-idfprod-tap"` | TAP schema image to ue. This must be overridden by each environment with the TAP schema for that environment. |
| tapSchema.image.tag | string | `"2.0.1"` | Tag of TAP schema image |
| tapSchema.image.repository | string | `"lsstsqre/tap-schema-mock"` | TAP schema image to ue. This must be overridden by each environment with the TAP schema for that environment. |
| tapSchema.image.tag | string | `"2.0.2"` | Tag of TAP schema image |
| tapSchema.nodeSelector | object | `{}` | Node selection rules for the mock QServ pod |
| tapSchema.podAnnotations | object | `{}` | Annotations for the mock QServ pod |
| tapSchema.resources | object | `{}` | Resource limits and requests for the TAP schema database pod |
Expand Down
4 changes: 2 additions & 2 deletions applications/ssotap/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@ tapSchema:
image:
# -- TAP schema image to ue. This must be overridden by each environment
# with the TAP schema for that environment.
repository: "lsstsqre/tap-schema-idfprod-tap"
repository: "lsstsqre/tap-schema-mock"

# -- Pull policy for the TAP schema image
pullPolicy: "IfNotPresent"

# -- Tag of TAP schema image
tag: "2.0.1"
tag: "2.0.2"

# -- Resource limits and requests for the TAP schema database pod
resources: {}
Expand Down
4 changes: 2 additions & 2 deletions applications/tap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ IVOA TAP service
| resources | object | `{}` | Resource limits and requests for the Gafaelfawr frontend pod |
| tapSchema.affinity | object | `{}` | Affinity rules for the mock QServ pod |
| tapSchema.image.pullPolicy | string | `"IfNotPresent"` | Pull policy for the TAP schema image |
| tapSchema.image.repository | string | `"lsstsqre/tap-schema-idfprod-tap"` | TAP schema image to ue. This must be overridden by each environment with the TAP schema for that environment. |
| tapSchema.image.tag | string | `"2.0.1"` | Tag of TAP schema image |
| tapSchema.image.repository | string | `"lsstsqre/tap-schema-mock"` | TAP schema image to ue. This must be overridden by each environment with the TAP schema for that environment. |
| tapSchema.image.tag | string | `"2.0.2"` | Tag of TAP schema image |
| tapSchema.nodeSelector | object | `{}` | Node selection rules for the mock QServ pod |
| tapSchema.podAnnotations | object | `{}` | Annotations for the mock QServ pod |
| tapSchema.resources | object | `{}` | Resource limits and requests for the TAP schema database pod |
Expand Down
4 changes: 2 additions & 2 deletions applications/tap/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,13 @@ tapSchema:
image:
# -- TAP schema image to ue. This must be overridden by each environment
# with the TAP schema for that environment.
repository: "lsstsqre/tap-schema-idfprod-tap"
repository: "lsstsqre/tap-schema-mock"

# -- Pull policy for the TAP schema image
pullPolicy: "IfNotPresent"

# -- Tag of TAP schema image
tag: "2.0.1"
tag: "2.0.2"

# -- Resource limits and requests for the TAP schema database pod
resources: {}
Expand Down

0 comments on commit 3fac470

Please sign in to comment.