Skip to content

Commit

Permalink
Update secretgen-controller to 0.15.0 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitale authored Oct 12, 2023
1 parent 4e464d6 commit 8353e24
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
registry-server: ghcr.io
registry-username: ${{ github.actor }}
image: ${{ github.repository }}
version: 0.14.10
version: 0.15.0
secrets:
pull-request-token: ${{ secrets.GH_ORG_PAT }}
36 changes: 31 additions & 5 deletions package/config/upstream/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,32 @@ spec:
type: object
spec:
properties:
dangerousToNamespacesSelector:
items:
properties:
key:
description: Property to target the resource for the match.
It supports dot notation.
type: string
operator:
description: Type of comparison.
enum:
- In
- NotIn
- Exists
- DoesNotExist
type: string
values:
description: Values to match on the resource key using the comparison
operator.
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
toNamespace:
type: string
toNamespaces:
Expand Down Expand Up @@ -775,11 +801,11 @@ metadata:
- git:
dirty: true
remoteURL: https://github.com/carvel-dev/secretgen-controller
sha: 62cd6a7a3b321fc064a9a07bbaed1c5df24cf117
sha: 55445d7aa286b254c45d05f9e56975e41aaaf8fd
tags:
- v0.14.10
url: ghcr.io/carvel-dev/secretgen-controller@sha256:165b1f6b1185a1eb2238bc7b606f990d62414a1366124a59af89708f5806337d
secretgen-controller.carvel.dev/version: v0.14.10
- v0.15.0
url: ghcr.io/carvel-dev/secretgen-controller@sha256:200e683e070e5be1e3c6aef6b9720d2490e1b61c35e58d751546afac5183e888
secretgen-controller.carvel.dev/version: v0.15.0
name: secretgen-controller
namespace: secretgen-controller
spec:
Expand All @@ -794,7 +820,7 @@ spec:
app: secretgen-controller
spec:
containers:
- image: ghcr.io/carvel-dev/secretgen-controller@sha256:165b1f6b1185a1eb2238bc7b606f990d62414a1366124a59af89708f5806337d
- image: ghcr.io/carvel-dev/secretgen-controller@sha256:200e683e070e5be1e3c6aef6b9720d2490e1b61c35e58d751546afac5183e888
name: secretgen-controller
resources:
requests:
Expand Down
4 changes: 2 additions & 2 deletions package/vendir.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- githubRelease:
tag: v0.14.10
url: https://api.github.com/repos/carvel-dev/secretgen-controller/releases/117722161
tag: v0.15.0
url: https://api.github.com/repos/carvel-dev/secretgen-controller/releases/121666551
path: .
path: config/upstream
kind: LockConfig
2 changes: 1 addition & 1 deletion package/vendir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ directories:
- githubRelease:
disableAutoChecksumValidation: true
slug: carvel-dev/secretgen-controller
tag: v0.14.10
tag: v0.15.0
includePaths:
- release.yml
path: .
Expand Down

0 comments on commit 8353e24

Please sign in to comment.