Cosmetic cleanups + copyright
chart_version_check.sh
hart_versions.sh
helmlint.sh
helmrepo.sh
wait_for_jobs.sh
wait_for_pods.sh
----------------------
o Indentation erratic so use editor formatting to set a clean baseline.
o Update copyright notice to span 2024.
Change-Id: I21e3cd8fd997c24d6fcd03edc1caef5315bb7f63
diff --git a/compare_service_chart_versions.sh b/compare_service_chart_versions.sh
index 8bc8746..096ca9a 100755
--- a/compare_service_chart_versions.sh
+++ b/compare_service_chart_versions.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-# Copyright 2018-2023 Open Networking Foundation (ONF) and the ONF Contributors
+# Copyright 2018-2024 Open Networking Foundation (ONF) and the ONF Contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -28,11 +28,11 @@
case $SVCNAME in
volt)
- SVCNAME=olt-service
- ;;
+ SVCNAME=olt-service
+ ;;
kubernetes)
- SVCNAME=kubernetes-service
- ;;
+ SVCNAME=kubernetes-service
+ ;;
esac
if [ ! -e "$REPODIR/orchestration/xos-services/$SVCNAME/VERSION" ]