Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1018 from flanksource/canary-bump
Browse files Browse the repository at this point in the history
chore: update canary-checker crd
  • Loading branch information
moshloop authored May 4, 2022
2 parents c15356d + 3b9513c commit d15ee79
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
2 changes: 2 additions & 0 deletions manifests/canary-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ rules:
- canaries.flanksource.com
resources:
- canaries
- systemtemplates
verbs:
- create
- delete
Expand All @@ -29,6 +30,7 @@ rules:
- canaries.flanksource.com
resources:
- canaries/status
- systemtemplates/status
verbs:
- get
- patch
Expand Down
17 changes: 12 additions & 5 deletions manifests/crd/canary-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9685,14 +9685,14 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.7.0
creationTimestamp: null
name: systems.canaries.flanksource.com
name: systemtemplates.canaries.flanksource.com
spec:
group: canaries.flanksource.com
names:
kind: System
listKind: SystemList
plural: systems
singular: system
kind: SystemTemplate
listKind: SystemTemplateList
plural: systemtemplates
singular: systemtemplate
scope: Namespaced
versions:
- name: v1
Expand Down Expand Up @@ -19324,6 +19324,8 @@ spec:
type: integer
type: object
type: array
schedule:
type: string
text:
type: string
tooltip:
Expand All @@ -19333,6 +19335,11 @@ spec:
type: object
status:
properties:
observedGeneration:
format: int64
type: integer
persistentID:
type: string
status:
type: string
type: object
Expand Down
2 changes: 1 addition & 1 deletion manifests/upstream/canary-checker/helm/chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
repo: https://flanksource.github.io/charts
chart_name: canary-checker
version: 0.38.103
version: 0.38.108
namespace: platform-system

0 comments on commit d15ee79

Please sign in to comment.