Skip to content

Commit

Permalink
Merge pull request #30 from blumamir/v1.0.39
Browse files Browse the repository at this point in the history
chore: odigos version v1.0.39
  • Loading branch information
blumamir authored Feb 26, 2024
2 parents a0abf73 + fcca8c1 commit 2c3c3ea
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 17 deletions.
4 changes: 2 additions & 2 deletions charts/odigos/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.4
version: 0.3.5

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.0.38"
appVersion: "1.0.39"
4 changes: 2 additions & 2 deletions charts/odigos/templates/autoscaler/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ rules:
- apiGroups:
- actions.odigos.io
resources:
- insertclusterattributes
- addclusterinfos
verbs:
- watch
- get
- list
- apiGroups:
- actions.odigos.io
resources:
- insertclusterattributes/status
- addclusterinfos/status
verbs:
- get
- patch
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,23 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.8.0
creationTimestamp: null
name: insertclusterattributes.actions.odigos.io
name: addclusterinfos.actions.odigos.io
spec:
group: actions.odigos.io
names:
kind: InsertClusterAttribute
listKind: InsertClusterAttributeList
plural: insertclusterattributes
singular: insertclusterattribute
kind: AddClusterInfo
listKind: AddClusterInfoList
plural: addclusterinfos
shortNames:
- aci
singular: addclusterinfo
scope: Namespaced
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
description: InsertClusterAttribute is the Schema for the insertclusterattribute
odigos action API
description: AddClusterInfo is the Schema for the addclusterinfo odigos action
API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
Expand All @@ -33,7 +35,7 @@ spec:
metadata:
type: object
spec:
description: InsertClusterAttributeSpec defines the desired state of InsertClusterAttribute
description: AddClusterInfoSpec defines the desired state of AddClusterInfo
action
properties:
actionName:
Expand Down Expand Up @@ -70,12 +72,12 @@ spec:
- signals
type: object
status:
description: InsertClusterAttributeStatus defines the observed state of
InsertClusterAttribute action
description: AddClusterInfoStatus defines the observed state of AddClusterInfo
action
properties:
conditions:
description: 'Represents the observations of a insertclusterattributes''s
current state. Known .status.conditions.type are: "Available", "Progressing"'
description: 'Represents the observations of a addclusterinfo''s current
state. Known .status.conditions.type are: "Available", "Progressing"'
items:
description: "Condition contains details for one aspect of the current
state of this API Resource. --- This struct is intended for direct
Expand Down
2 changes: 1 addition & 1 deletion charts/odigos/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image:
tag: v1.0.38
tag: v1.0.39
imagePullSecrets: []

autoscaler:
Expand Down

0 comments on commit 2c3c3ea

Please sign in to comment.