Skip to content

Commit 8d575c0

Browse files
authored
Merge pull request #553 from reginapizza/v1.9
updated Argo CD 2.7.6 CRDs and argocd-operator
2 parents c1bf50e + 538860e commit 8d575c0

File tree

7 files changed

+11
-39
lines changed

7 files changed

+11
-39
lines changed

bundle/manifests/argoproj.io_applications.yaml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@ spec:
14281428
as part of automated sync (default: false)'
14291429
type: boolean
14301430
selfHeal:
1431-
description: 'SelfHeal specifies whether to revert resources
1431+
description: 'SelfHeal specifes whether to revert resources
14321432
back to their desired state upon modification in the cluster
14331433
(default: false)'
14341434
type: boolean
@@ -1492,7 +1492,7 @@ spec:
14921492
conditions
14931493
items:
14941494
description: ApplicationCondition contains details about an application
1495-
condition, which is usually an error or warning
1495+
condition, which is usally an error or warning
14961496
properties:
14971497
lastTransitionTime:
14981498
description: LastTransitionTime is the time the condition was
@@ -2941,19 +2941,6 @@ spec:
29412941
syncResult:
29422942
description: SyncResult is the result of a Sync operation
29432943
properties:
2944-
managedNamespaceMetadata:
2945-
description: ManagedNamespaceMetadata contains the current
2946-
sync state of managed namespace metadata
2947-
properties:
2948-
annotations:
2949-
additionalProperties:
2950-
type: string
2951-
type: object
2952-
labels:
2953-
additionalProperties:
2954-
type: string
2955-
type: object
2956-
type: object
29572944
resources:
29582945
description: Resources contains a list of sync result items
29592946
for each individual resource in a sync operation

bundle/manifests/gitops-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ spec:
259259
Audit trails of rollouts to the clusters\n* Monitoring and logging integration
260260
with OpenShift\n* Automated GitOps bootstrapping using Tekton and Argo CD with
261261
[GitOps Application Manager CLI](https://github.com/redhat-developer/kam)\n\n##
262-
Components\n* Argo CD 2.7.2\n* GitOps Application Manager CLI ([download](https://github.com/redhat-developer/kam/releases))\n\n##
262+
Components\n* Argo CD 2.7.6\n* GitOps Application Manager CLI ([download](https://github.com/redhat-developer/kam/releases))\n\n##
263263
How to Install \nAfter installing the OpenShift GitOps operator, an instance of
264264
Argo CD is installed in the `openshift-gitops` namespace which has sufficent privileges
265265
for managing cluster configurations. You can create additional Argo CD instances

config/crd/bases/argoproj.io_applications.yaml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,7 @@ spec:
14271427
as part of automated sync (default: false)'
14281428
type: boolean
14291429
selfHeal:
1430-
description: 'SelfHeal specifies whether to revert resources
1430+
description: 'SelfHeal specifes whether to revert resources
14311431
back to their desired state upon modification in the cluster
14321432
(default: false)'
14331433
type: boolean
@@ -1491,7 +1491,7 @@ spec:
14911491
conditions
14921492
items:
14931493
description: ApplicationCondition contains details about an application
1494-
condition, which is usually an error or warning
1494+
condition, which is usally an error or warning
14951495
properties:
14961496
lastTransitionTime:
14971497
description: LastTransitionTime is the time the condition was
@@ -2940,19 +2940,6 @@ spec:
29402940
syncResult:
29412941
description: SyncResult is the result of a Sync operation
29422942
properties:
2943-
managedNamespaceMetadata:
2944-
description: ManagedNamespaceMetadata contains the current
2945-
sync state of managed namespace metadata
2946-
properties:
2947-
annotations:
2948-
additionalProperties:
2949-
type: string
2950-
type: object
2951-
labels:
2952-
additionalProperties:
2953-
type: string
2954-
type: object
2955-
type: object
29562943
resources:
29572944
description: Resources contains a list of sync result items
29582945
for each individual resource in a sync operation

config/manifests/patches/description.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Audit trails of rollouts to the clusters\n* Monitoring and logging integration
1414
with OpenShift\n* Automated GitOps bootstrapping using Tekton and Argo CD with
1515
[GitOps Application Manager CLI](https://github.com/redhat-developer/kam)\n\n##
16-
Components\n* Argo CD 2.7.2\n* GitOps Application Manager CLI ([download](https://github.com/redhat-developer/kam/releases))\n\n##
16+
Components\n* Argo CD 2.7.6\n* GitOps Application Manager CLI ([download](https://github.com/redhat-developer/kam/releases))\n\n##
1717
How to Install \nAfter installing the OpenShift GitOps operator, an instance of
1818
Argo CD is installed in the `openshift-gitops` namespace which has sufficent privileges
1919
for managing cluster configurations. You can create additional Argo CD instances

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.19
44

55
require (
66
github.com/argoproj-labs/argo-rollouts-manager v0.0.2-0.20230515023837-0632f3e856d5
7-
github.com/argoproj-labs/argocd-operator v0.0.16-0.20230703172554-566de5160d52
7+
github.com/argoproj-labs/argocd-operator v0.0.16-0.20230707151228-cbc97a02a8ce
88
github.com/coreos/prometheus-operator v0.40.0
99
github.com/go-logr/logr v1.2.4
1010
github.com/google/go-cmp v0.5.9

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb
111111
github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
112112
github.com/argoproj-labs/argo-rollouts-manager v0.0.2-0.20230515023837-0632f3e856d5 h1:SlFbeNb42H7DUGzE9B/uYYjlQjNSR4y+eaWiTqN3PGs=
113113
github.com/argoproj-labs/argo-rollouts-manager v0.0.2-0.20230515023837-0632f3e856d5/go.mod h1:AiEjAr6e/DCDiicjoC7W7LaZdO28sfgoBhjbGryzEZ8=
114-
github.com/argoproj-labs/argocd-operator v0.0.16-0.20230703172554-566de5160d52 h1:DRnECV/XUunMA2P94HzjT6OSHve+KJE/k+wHFmfG8Og=
115-
github.com/argoproj-labs/argocd-operator v0.0.16-0.20230703172554-566de5160d52/go.mod h1:5gJtEVwehEm9qt4Wi76Dyyi6Y36XHLkNNJ1EKrthZTg=
114+
github.com/argoproj-labs/argocd-operator v0.0.16-0.20230707151228-cbc97a02a8ce h1:GuZLI2a4qTQVT4ZPKX4fPQgtAWiiOUaQ0Hqpnri6RLM=
115+
github.com/argoproj-labs/argocd-operator v0.0.16-0.20230707151228-cbc97a02a8ce/go.mod h1:5gJtEVwehEm9qt4Wi76Dyyi6Y36XHLkNNJ1EKrthZTg=
116116
github.com/argoproj/argo-cd/v2 v2.7.6 h1:AKRQm0fLGgBmKQILrpc/2PZM2WYlfCP5tquU6DqDudU=
117117
github.com/argoproj/argo-cd/v2 v2.7.6/go.mod h1:uRU//iTjnzlCs+hKOKo5Na2OZGNTlklnu/g9Wi4enh4=
118118
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=

test/openshift/e2e/sequential/1-031_validate_toolchain/01-check.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ commands:
66
set -o pipefail
77
88
# These variables need to be maintained according to the component matrix: https://spaces.redhat.com/display/GITOPS/GitOps+Component+Matrix
9-
expected_kustomizeVersion='kustomize/v4.5.7'
9+
expected_kustomizeVersion='v5.0.1'
1010
expected_helmVersion='v3.10.0'
1111
expected_argocdVersion='v2.6.1'
1212
expected_dexVersion='v2.35.1'
@@ -34,9 +34,7 @@ commands:
3434
)
3535
3636
kustomizeVersion=$(oc -n openshift-gitops exec $gitops_server_pod \
37-
-- kustomize version | \
38-
awk -F':' '{ print $2 }' | \
39-
awk '{ print $1 }'
37+
-- kustomize version
4038
)
4139
helmVersion=$(oc -n openshift-gitops exec $gitops_server_pod \
4240
-- helm version | \

0 commit comments

Comments
 (0)